Manage Multi URLs

Save your favourite URLs in Manage Multi URL account and manage from everywhere.

Manage Multi URLsとは何ですか?

Manage Multi URLsはAllianceTek Incによって開発されたChromeの拡張機能で、その主な機能は「Save your favourite URLs in Manage Multi URL account and manage from everywhere.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Manage Multi URLs拡張機能のCRXファイルをダウンロード

Manage Multi URLs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Save your favourite URLs in Manage Multi URL account and manage from everywhere                    

拡張機能の基本情報

名前 Manage Multi URLs Manage Multi URLs
ID kipbchhhdplmghpiepjjhclpakhcalnk
公式URL https://chromewebstore.google.com/detail/manage-multi-urls/kipbchhhdplmghpiepjjhclpakhcalnk
説明 Save your favourite URLs in Manage Multi URL account and manage from everywhere.
ファイルサイズ 44.85 KB
インストール数 39
現在のバージョン 5.0
最終更新日 2022-12-14
公開日 2022-11-29
評価 1.00/5 合計 2 レビュー
開発者 AllianceTek Inc
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.managemyurls.com/
ヘルプページのURL http://managemyurls.com/home/privacypolicy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Manage Multi URLs",
    "description": "Save your favourite URLs in Manage Multi URL account and manage from everywhere.",
    "version": "5.0",
    "action": {
        "default_icon": "img\/favicon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "bookmarks",
        "cookies"
    ],
    "icons": {
        "16": "img\/favicon.png",
        "32": "img\/favicon32.png",
        "48": "img\/favicon48.png",
        "128": "img\/favicon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "test.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.managemyurls.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.managemyurls.com\/*"
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}