TopBookmarkToolbar
A convenient bookmarks toolbar on the top of web pages.
Qu'est-ce que TopBookmarkToolbar ?
TopBookmarkToolbar est une extension Chrome développée par tzengshinfu, et sa fonction principale est "A convenient bookmarks toolbar on the top of web pages.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TopBookmarkToolbar
Téléchargez les fichiers d'extension TopBookmarkToolbar 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 convenient bookmarks toolbar on the top of web pages. v1.1.0 Release Notes: [1]Add collapse menu function. -> when root bookmarks overflowed toolbar [2]Add pause showing toolbar in 10sec function. -> on right click menu v1.1.2 Bug fixes: [1]Fix menu without scrollbar. -> when bookmarks go out of window viewable area
Informations de Base sur l'Extension
Nom | TopBookmarkToolbar |
ID | obbhcemdieglpilieepgcbhpocmbkphm |
URL Officiel | https://chromewebstore.google.com/detail/topbookmarktoolbar/obbhcemdieglpilieepgcbhpocmbkphm |
Description | A convenient bookmarks toolbar on the top of web pages. |
Taille du Fichier | 10.89 KB |
Nombre d'Installations | 49 |
Version Actuelle | 1.1.2 |
Dernière Mise à Jour | 2017-04-05 |
Date de Publication | 2017-04-05 |
Évaluation | 3.00/5 Total 3 Évaluations |
Développeur | tzengshinfu |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.1.2", "default_locale": "en", "minimum_chrome_version": "26", "manifest_version": 2, "permissions": [ "bookmarks", "contextMenus", "activeTab" ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content_scripts.js" ], "css": [ "mystyles.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ "folder.png", "url.png", "collapse.png", "pause.png" ] } |