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
公式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.
Eメール [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"
    ]
}