One-Click Tab Dump
Quick and easy way to bookmark all open tabs in just one click
Qu'est-ce que One-Click Tab Dump ?
One-Click Tab Dump est une extension Chrome développée par emcee labs, et sa fonction principale est "Quick and easy way to bookmark all open tabs in just one click".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension One-Click Tab Dump
Téléchargez les fichiers d'extension One-Click Tab Dump au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | One-Click Tab Dump |
ID | cfbmicfeaalckojocojkldikildiibfi |
URL Officiel | https://chromewebstore.google.com/detail/one-click-tab-dump/cfbmicfeaalckojocojkldikildiibfi |
Description | Quick and easy way to bookmark all open tabs in just one click |
Taille du Fichier | 15.85 KB |
Nombre d'Installations | 34 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-04-10 |
Date de Publication | 2016-04-10 |
Développeur | emcee labs |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } } |