TRACKOO_TSE_OTC

Use the context menu to search Trackings for TRMS

TRACKOO_TSE_OTCとは何ですか?

TRACKOO_TSE_OTCはtrackoo.tseによって開発されたChromeの拡張機能で、その主な機能は「Use the context menu to search Trackings for TRMS」です。

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

screenshot

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

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

拡張機能の使用方法

                        Transformation Search Extension -  These are the extensions used to reduce the time in switching between tabs.                    

拡張機能の基本情報

名前 TRACKOO_TSE_OTC TRACKOO_TSE_OTC
ID bidmobmhodkidlkjdemeejnmajejlljn
公式URL https://chromewebstore.google.com/detail/trackootseotc/bidmobmhodkidlkjdemeejnmajejlljn
説明 Use the context menu to search Trackings for TRMS
ファイルサイズ 33.79 KB
インストール数 606
現在のバージョン 1.3
最終更新日 2023-03-25
公開日 2022-08-11
開発者 trackoo.tse
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TRACKOO_TSE_OTC",
    "description": "Use the context menu to search Trackings for TRMS",
    "version": "1.3",
    "manifest_version": 3,
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "options.html"
    },
    "icons": {
        "16": "globalGoogle16.png",
        "48": "globalGoogle48.png",
        "128": "globalGoogle128.png"
    }
}