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”。

擴展截圖

screenshot

下載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 My Bookmarks Organizer
ID fdagfeejebamchdokdpjgfjdfaklofab
官方網址 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"
    ]
}