Bookmark All
Extends chrome's bookmark all tabs feature across all open windows.
Qu'est-ce que Bookmark All ?
Bookmark All est une extension Chrome développée par Andrew Sutherland, et sa fonction principale est "Extends chrome's bookmark all tabs feature across all open windows.".
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
Super simple extension. Extends chrome's 'Bookmark all Tabs' feature across all open windows. Click the icon, choose your folder (ISO 8601 Short by default) and every tab in every window is bookmarked into the new folder under 'Other Bookmarks'. That's it! This extension is open sourced on github, see Details > Website.
Informations de Base sur l'Extension
Nom | Bookmark All |
ID | jjhpikpjjhlcmifagompgmhkjalhjopj |
URL Officiel | https://chromewebstore.google.com/detail/bookmark-all/jjhpikpjjhlcmifagompgmhkjalhjopj |
Description | Extends chrome's bookmark all tabs feature across all open windows. |
Taille du Fichier | 67 KB |
Nombre d'Installations | 3,483 |
Version Actuelle | 4 |
Dernière Mise à Jour | 2013-08-26 |
Date de Publication | 2013-08-26 |
Évaluation | 4.18/5 Total 34 Évaluations |
Développeur | Andrew Sutherland |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/drewis/chrome_extension_bookmark_all |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "4", "name": "Bookmark All", "author": "Andrew Sutherland", "description": "Extends chrome's bookmark all tabs feature across all open windows.", "permissions": [ "bookmarks", "tabs" ], "icons": { "128": "star_icons_128.png", "48": "star_icons_48.png" }, "browser_action": { "default_icon": { "19": "star_icons_19.png", "38": "star_icons_38.png" }, "default_popup": "popup.html", "default_title": "Bookmark All" }, "background": { "scripts": [ "background.js" ] } } |