Faster Bookmark - Add Bookmark faster
Easily add bookmarks to any folder. Includes spotlight-like search with mouse/keyboard support. Default key: cmd+b (win:ctrl+b)
Cos'è Faster Bookmark - Add Bookmark faster?
Faster Bookmark - Add Bookmark faster è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Easily add bookmarks to any folder. Includes spotlight-like search with mouse/keyboard support. Default key: cmd+b (win:ctrl+b)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Faster Bookmark - Add Bookmark faster
Scarica i file di estensione Faster Bookmark - Add Bookmark faster 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
Easy way to add bookmarks to any folder. Includes spotlight-like search with mouse/keyboard integration. Default shortcut: cmd+b (win:ctrl+b) ----- Author: minhanhhere Origin: https://github.com/ardcore/chrome-better-bookmark Source code: https://github.com/minhanhhere/chrome-faster-bookmark
Informazioni di Base sull'Estensione
Nome | Faster Bookmark - Add Bookmark faster |
ID | fibadljlplamppipiebabkdehecpabce |
URL Ufficiale | https://chromewebstore.google.com/detail/faster-bookmark-add-bookm/fibadljlplamppipiebabkdehecpabce |
Descrizione | Easily add bookmarks to any folder. Includes spotlight-like search with mouse/keyboard support. Default key: cmd+b (win:ctrl+b) |
Dimensione del File | 32.27 KB |
Conteggio Installazioni | 902 |
Versione Corrente | 1.3.1 |
Ultimo Aggiornamento | 2015-12-24 |
Data di Pubblicazione | 2015-12-24 |
Valutazione | 4.46/5 Totale 28 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "author": "Minh Anh", "background": { "page": "init.html" }, "browser_action": { "default_icon": { "19": "action.png", "38": "action.png" }, "default_popup": "background.html", "default_title": "Faster Bookmark Button" }, "commands": { "_execute_browser_action": { "suggested_key": { "chromeos": "Ctrl+B", "default": "Ctrl+B", "linux": "Ctrl+B", "mac": "Command+B", "windows": "Ctrl+B" } } }, "description": "Easily add bookmarks to any folder. Includes spotlight-like search with mouse\/keyboard support. Default key: cmd+b (win:ctrl+b)", "homepage_url": "https:\/\/github.com\/minhanhhere\/chrome-faster-bookmark", "icons": { "128": "bookmark.png", "16": "bookmark.png", "48": "bookmark.png" }, "manifest_version": 2, "name": "Faster Bookmark - Add Bookmark faster", "shortname": "Faster Bookmark", "permissions": [ "bookmarks", "tabs" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.3.1" } |