My Bookmarks Organizer
Easy way to browse and organize your Bookmarks, History, Downloads and much more
What is My Bookmarks Organizer?
My Bookmarks Organizer is a Chrome extension developed by D2R Internet Holdings, LLC., and its main feature is "Easy way to browse and organize your Bookmarks, History, Downloads and much more".
Extension Screenshots
Download My Bookmarks Organizer Extension CRX File
Download My Bookmarks Organizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | My Bookmarks Organizer |
ID | fdagfeejebamchdokdpjgfjdfaklofab |
Official URL | https://chromewebstore.google.com/detail/my-bookmarks-organizer/fdagfeejebamchdokdpjgfjdfaklofab |
Description | Easy way to browse and organize your Bookmarks, History, Downloads and much more |
File Size | 63.22 KB |
Installation Count | 146 |
Current Version | 3.6 |
Last Updated | 2022-09-03 |
Publish Date | 2020-12-02 |
Rating | 4.38/5 Total 13 Ratings |
Developer | D2R Internet Holdings, LLC. |
[email protected] | |
Payment Type | free |
Help Page URL | https://www.d2rinternetholdings.com |
Privacy Policy Page URL | https://www.d2rinternetholdings.com/privacypolicy |
Supported Languages | 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" ] } |