My Bookmarks Organizer
Easy way to browse and organize your Bookmarks, History, Downloads and much more
O que é My Bookmarks Organizer?
My Bookmarks Organizer é uma extensão do Chrome desenvolvida por D2R Internet Holdings, LLC., e sua principal característica é "Easy way to browse and organize your Bookmarks, History, Downloads and much more".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão My Bookmarks Organizer
Baixe arquivos de extensão My Bookmarks Organizer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | My Bookmarks Organizer |
ID | fdagfeejebamchdokdpjgfjdfaklofab |
URL Oficial | https://chromewebstore.google.com/detail/my-bookmarks-organizer/fdagfeejebamchdokdpjgfjdfaklofab |
Descrição | Easy way to browse and organize your Bookmarks, History, Downloads and much more |
Tamanho do Arquivo | 63.22 KB |
Contagem de Instalações | 146 |
Versão Atual | 3.6 |
Última Atualização | 2022-09-03 |
Data de Publicação | 2020-12-02 |
Classificação | 4.38/5 Total de 13 Avaliações |
Desenvolvedor | D2R Internet Holdings, LLC. |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://www.d2rinternetholdings.com |
URL da Página de Política de Privacidade | https://www.d2rinternetholdings.com/privacypolicy |
Idiomas Suportados | 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" ] } |