Ease Bookmarks
Easy to use bookmark manager
Cos'è Ease Bookmarks?
Ease Bookmarks è un'estensione di Chrome sviluppata da qin_xs, e la sua funzione principale è "Easy to use bookmark manager".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ease Bookmarks
Scarica i file di estensione Ease 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
Instructions for use: Ease Bookmarks is an extension to replace the browser's original bookmarks bar On this basis, as far as possible to meet the needs of users of various bookmark usage habits The main function: Modify the default opening method of bookmarks Various basic operations on bookmarks (edit, delete, move, etc.) Bookmarks in multiple columns Shortcut Key Support In addition, this extension has special support for `JS bookmarklet`~ ChangeLog: https://github.com/qinxs/Ease-Bookmarks/blob/master/ChangeLog.md
Informazioni di Base sull'Estensione
Nome | Ease Bookmarks |
ID | poefceffmekhjoadknillcbdifahongk |
URL Ufficiale | https://chromewebstore.google.com/detail/ease-bookmarks/poefceffmekhjoadknillcbdifahongk |
Descrizione | Easy to use bookmark manager |
Dimensione del File | 80.77 KB |
Conteggio Installazioni | 2,056 |
Versione Corrente | 1.6.5 |
Ultimo Aggiornamento | 2024-02-21 |
Data di Pubblicazione | 2021-12-03 |
Valutazione | 4.96/5 Totale 26 Valutazioni |
Sviluppatore | qin_xs |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/qinxs/Ease-Bookmarks |
URL della Pagina di Aiuto | https://github.com/qinxs/Ease-Bookmarks/issues |
Lingue Supportate | de,en,fr,es,ru,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ease Bookmarks", "description": "__MSG_pluginDesc__", "version": "1.6.5", "offline_enabled": true, "default_locale": "en", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "author": "qinxs", "homepage_url": "https:\/\/github.com\/qinxs\/Ease-Bookmarks", "browser_action": { "default_title": "Ease Bookmarks", "default_popup": "popup.html", "default_icon": "icons\/icon32.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": true }, "options_page": "options.html", "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Q", "mac": "Command+Q", "linux": "Ctrl+Q", "chromeos": "Ctrl+Q" }, "description": "\u6253\u5f00\/\u5173\u95ed\u6269\u5c55" } }, "permissions": [ "storage", "activeTab", "bookmarks", "contextMenus", "chrome:\/\/favicon\/" ] } |