Skip to content

Install from the repository

NV edited this page May 8, 2012 · 3 revisions
git clone git://github.com/NV/chrome-devtools-autosave.git

Open chrome://extensions/
Turn on "Developer mode" checkbox
Press "Load unpacked extension..." button
Select "chrome-devtools-autosave/chrome" directory
Enjoy!

Install the server

➤ git clone git://github.com/NV/chrome-devtools-autosave-server.git
➤ cd chrome-devtools-autosave-server
➤ npm link .
npm http GET https://registry.npmjs.org/commander
npm http 200 https://registry.npmjs.org/commander
[email protected] ./node_modules/commander
/usr/local/bin/autosave -> /usr/local/lib/node_modules/autosave/bin/autosave
/usr/local/lib/node_modules/autosave -> /private/tmp/chrome-devtools-autosave-server
➤ bin/autosave
DevTools Autosave 1.0.0 is running on http://127.0.0.1:9104
Clone this wiki locally