collnwalkr / TabStache

A chrome extension for saving and recalling tabs in a stash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TabStache

A chrome extension for saving and recalling tabs in a stash

How to install

  1. Clone the project to your local computer.
  2. Visit chrome://extensions in your browser (or open up the Chrome menu by clicking the icon to the far right of the Omnibox: The menu's icon is three horizontal bars. and select Extensions under the Tools menu to get to the same place).
  3. Ensure that the Developer mode checkbox in the top right-hand corner is checked.
  4. Click Load unpacked extension… to pop up a file-selection dialog.
  5. Navigate to the directory in which your extension files live, and select it.

Alternatively, you can drag and drop the directory where your extension files live onto chrome://extensions in your browser to load it.

Extensions that you download from the Chrome Web Store are packaged up as .crx files, which is great for distribution, but not so great for development. You can pack the extension in chrome://extensions, you should be able to find a pack extension button.

About

A chrome extension for saving and recalling tabs in a stash

License:GNU General Public License v2.0


Languages

Language:JavaScript 58.3%Language:CSS 32.0%Language:HTML 9.7%