Nimble Bookmarks
Quick and compact access to your bookmarks.
Cos'è Nimble Bookmarks?
Nimble Bookmarks è un'estensione di Chrome sviluppata da Digital Uzu, LLC, e la sua funzione principale è "Quick and compact access to your bookmarks.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Nimble Bookmarks
Scarica i file di estensione Nimble Bookmarks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
★ 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 Informazioni di Base sull'Estensione
| Nome | |
| ID | mmfbkidhlepkdlpnepfimdhnojafkcog |
| URL Ufficiale | https://chromewebstore.google.com/detail/nimble-bookmarks/mmfbkidhlepkdlpnepfimdhnojafkcog |
| Descrizione | Quick and compact access to your bookmarks. |
| Dimensione del File | 39.08 KB |
| Conteggio Installazioni | 351 |
| Versione Corrente | 1.1.0 |
| Ultimo Aggiornamento | 2016-03-11 |
| Data di Pubblicazione | 2016-03-11 |
| Valutazione | 4.08/5 Totale 12 Valutazioni |
| Sviluppatore | Digital Uzu, LLC |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/digitaluzu/nimble-bookmarks |
| Lingue Supportate | 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"
]
} | |