One-Click Tab Dump
Quick and easy way to bookmark all open tabs in just one click
What is One-Click Tab Dump?
One-Click Tab Dump is a Chrome extension developed by emcee labs, and its main feature is "Quick and easy way to bookmark all open tabs in just one click".
Extension Screenshots
Download One-Click Tab Dump Extension CRX File
Download One-Click Tab Dump extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Quickly save all tabs into a bookmarks folder for later review. One click lets you dump all tabs into a date stamped folder in your "Other bookmarks" folder. Utilize One-Click tab dump if you need a quick way to save your tabs. This is handy if you are researching a topic and need to take a break, or have sudden interruptions in your browsing activity. Once you are ready to restore your tabs, just browse to your Chrome "Other Bookmarks" folder and find your stuff.
Extension Basic Information
Name | One-Click Tab Dump |
ID | cfbmicfeaalckojocojkldikildiibfi |
Official URL | https://chromewebstore.google.com/detail/one-click-tab-dump/cfbmicfeaalckojocojkldikildiibfi |
Description | Quick and easy way to bookmark all open tabs in just one click |
File Size | 15.85 KB |
Installation Count | 34 |
Current Version | 1.0 |
Last Updated | 2016-04-10 |
Publish Date | 2016-04-10 |
Developer | emcee labs |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "One-Click Tab Dump", "version": "1.0", "description": "Quick and easy way to bookmark all open tabs in just one click", "icons": { "16": "images\/tabdump16.png", "48": "images\/tabdump48.png", "128": "images\/tabdump128.png" }, "browser_action": { "default_title": "One-Click Tab Dump", "default_popup": "popup.html" }, "permissions": [ "tabs", "bookmarks" ], "background": { "scripts": [ "background.js" ] } } |