My Bookmarks Organizer
Easy way to browse and organize your Bookmarks, History, Downloads and much more
什么是My Bookmarks Organizer?
My Bookmarks Organizer是由D2R Internet Holdings, LLC.开发的Chrome扩展程序,该扩展的主要功能是“Easy way to browse and organize your Bookmarks, History, Downloads and much more”。
扩展截图
下载My Bookmarks Organizer扩展crx文件
下载My Bookmarks Organizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | My Bookmarks Organizer |
ID | fdagfeejebamchdokdpjgfjdfaklofab |
官方URL | https://chromewebstore.google.com/detail/my-bookmarks-organizer/fdagfeejebamchdokdpjgfjdfaklofab |
简介 | Easy way to browse and organize your Bookmarks, History, Downloads and much more |
文件大小 | 63.22 KB |
安装次数 | 146 |
当前版本 | 3.6 |
更新时间 | 2022-09-03 |
上架时间 | 2020-12-02 |
评分 | 4.38/5 共13次评分 |
开发者 | D2R Internet Holdings, LLC. |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://www.d2rinternetholdings.com |
隐私政策页面URL | https://www.d2rinternetholdings.com/privacypolicy |
支持的语言 | 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" ] } |