Nimble Bookmarks
Quick and compact access to your bookmarks.
Qu'est-ce que Nimble Bookmarks ?
Nimble Bookmarks est une extension Chrome développée par Digital Uzu, LLC, et sa fonction principale est "Quick and compact access to your bookmarks.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Nimble Bookmarks
Téléchargez les fichiers d'extension Nimble Bookmarks 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
★ Compact Tree View Save screen space with a compact tree view that takes up less screen space than the default bookmarks bar (2.5% screen space savings on a 1440x900 display). ★ Bookmark Hotkeys Quickly access your bookmarks by assigning keyboard shortcuts for frequently used bookmarks. ★ Usage and FAQ https://github.com/digitaluzu/nimble-bookmarks/blob/master/README.md
Informations de Base sur l'Extension
Nom | Nimble Bookmarks |
ID | mmfbkidhlepkdlpnepfimdhnojafkcog |
URL Officiel | https://chromewebstore.google.com/detail/nimble-bookmarks/mmfbkidhlepkdlpnepfimdhnojafkcog |
Description | Quick and compact access to your bookmarks. |
Taille du Fichier | 39.08 KB |
Nombre d'Installations | 351 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2016-03-11 |
Date de Publication | 2016-03-11 |
Évaluation | 4.08/5 Total 12 Évaluations |
Développeur | Digital Uzu, LLC |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/digitaluzu/nimble-bookmarks |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "version": "1.1.0", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "__MSG_extName__", "default_popup": "popup.html" }, "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": true }, "background": { "scripts": [ "background.js" ] }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+B", "mac": "Command+B", "chromeos": "Ctrl+B", "linux": "Ctrl+B" } } }, "permissions": [ "chrome:\/\/favicon\/", "bookmarks", "tabs" ] } |