My Bookmarks Organizer
Easy way to browse and organize your Bookmarks, History, Downloads and much more
Cos'è My Bookmarks Organizer?
My Bookmarks Organizer è un'estensione di Chrome sviluppata da D2R Internet Holdings, LLC., e la sua funzione principale è "Easy way to browse and organize your Bookmarks, History, Downloads and much more".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione My Bookmarks Organizer
Scarica i file di estensione My Bookmarks Organizer 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
My Bookmarks Organizer provides an easy way to view and access your bookmarks and other browser features in one click with an accessible web search provided by bing. One click will bring you to your favorite bookmarks, downloads, history, top visited sites and more! No more endless browsers menu to view your bookmarks, access all your browsing needs in just one click! Please read carefully: By installing the Bookmarks Organizer extension you agree to install this application, and you agree to the End User License Agreement (https://www.d2rinternetholdings.com/eula-bk) and the Privacy Policy (https://www.d2rinternetholdings.com/privacypolicy). You may remove this extension at any time from the chrome extension page.
Informazioni di Base sull'Estensione
Nome | My Bookmarks Organizer |
ID | fdagfeejebamchdokdpjgfjdfaklofab |
URL Ufficiale | https://chromewebstore.google.com/detail/my-bookmarks-organizer/fdagfeejebamchdokdpjgfjdfaklofab |
Descrizione | Easy way to browse and organize your Bookmarks, History, Downloads and much more |
Dimensione del File | 63.22 KB |
Conteggio Installazioni | 146 |
Versione Corrente | 3.6 |
Ultimo Aggiornamento | 2022-09-03 |
Data di Pubblicazione | 2020-12-02 |
Valutazione | 4.38/5 Totale 13 Valutazioni |
Sviluppatore | D2R Internet Holdings, LLC. |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://www.d2rinternetholdings.com |
URL della Pagina della Politica sulla Privacy | https://www.d2rinternetholdings.com/privacypolicy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "My Bookmarks Organizer", "version": "3.6", "manifest_version": 3, "description": "Easy way to browse and organize your Bookmarks, History, Downloads and much more ", "icons": { "19": "images\/icon_19.png", "38": "images\/icon_38.png", "128": "images\/icon_128.png" }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "js": [ "js\/content.js" ], "css": [ "css\/inject.css" ], "matches": [ "https:\/\/*\/*" ] } ], "omnibox": { "keyword": "." }, "chrome_url_overrides": { "newtab": "html\/popup-full.html" }, "permissions": [ "bookmarks", "history", "downloads", "topSites", "chrome:\/\/favicon\/", "chrome:\/\/downloads\/", "tabs" ] } |