Bookmark All
Bookmark all tabs to a temp folder.
Qu'est-ce que Bookmark All ?
Bookmark All est une extension Chrome développée par jchuai, et sa fonction principale est "Bookmark all tabs to a temp folder.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bookmark All
Téléchargez les fichiers d'extension Bookmark All 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
A simple chrome plugin which allows user to bookmark all the tabs to a temp folder under the bookmark bar. The folder will be named related with current time, like '2014-12-08 18:25:34', which would be easier for user to track the history data. Version 1.1: Add new feature to allow user enter the folder name. If no name provided, the tabs would save into one folder named with current date.
Informations de Base sur l'Extension
Nom | Bookmark All |
ID | hgkgfbldbflndlpnnhbdallenfmiejnb |
URL Officiel | https://chromewebstore.google.com/detail/bookmark-all/hgkgfbldbflndlpnnhbdallenfmiejnb |
Description | Bookmark all tabs to a temp folder. |
Taille du Fichier | 316 KB |
Nombre d'Installations | 158 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2015-07-29 |
Date de Publication | 2015-07-28 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | jchuai |
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": "Bookmark All", "version": "1.1", "description": "Bookmark all tabs to a temp folder.", "icons": { "16": "bookmark48.png", "48": "bookmark48.png", "128": "bookmark128.png" }, "browser_action": { "default_title": "Bookmark All Tabs", "default_popup": "popup.html" }, "permissions": [ "bookmarks", "tabs" ] } |