BookmarkBy
An elegant bookmark manager which lets you manage your bookmarks efficiently & see analytics
Cos'è BookmarkBy?
BookmarkBy è un'estensione di Chrome sviluppata da bookmarkby, e la sua funzione principale è "An elegant bookmark manager which lets you manage your bookmarks efficiently & see analytics".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BookmarkBy
Scarica i file di estensione BookmarkBy 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
You will be amazed to see what you can do with your bookmarks! ===Features=== Search your bookmarks from any tabs with just one click. See your Most bookmarked sites and Most clicked Bookmarks in Full view. Search your bookmarks with ease. Search all or within a folder, sort them to find what matters. Share your bookmarks on social media with one click. Filter your bookmarks by folder, Edit or Delete them based on your need. ===V 1.0.2 update=== Bugfix for longer URLs in'Most Bookmarked sites' card
Informazioni di Base sull'Estensione
Nome | BookmarkBy |
ID | ondbeojkdmaaafddmfdlpgcdfkldemio |
URL Ufficiale | https://chromewebstore.google.com/detail/bookmarkby/ondbeojkdmaaafddmfdlpgcdfkldemio |
Descrizione | An elegant bookmark manager which lets you manage your bookmarks efficiently & see analytics |
Dimensione del File | 1.35 MB |
Conteggio Installazioni | 104 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2020-02-09 |
Data di Pubblicazione | 2020-02-09 |
Valutazione | 4.62/5 Totale 21 Valutazioni |
Sviluppatore | bookmarkby |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BookmarkBy", "author": "Anirban, Animesh, Ayan, Soham", "version": "1.0.2", "description": "An elegant bookmark manager which lets you manage your bookmarks efficiently & see analytics", "icons": { "16": "bookmarkby_icon16.png", "48": "bookmarkby_icon48.png", "128": "bookmarkby_icon128.png" }, "permissions": [ "bookmarks", "chrome:\/\/favicon\/", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "BookmarkBy", "default_popup": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |