TRACKOO_TSE_RA

Use the context menu to search Trackings for TRMS

TRACKOO_TSE_RAとは何ですか?

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

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

screenshot

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

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

拡張機能の使用方法

                        Use the context menu to search Trackings. It is a right click enabled extension to access other URLs from 1 page. This tool helps reducing time to toggle between tabs and getting to understand various information.                    

拡張機能の基本情報

名前 TRACKOO_TSE_RA TRACKOO_TSE_RA
ID edfggacakpcpddjdgocfjpmgoomllogj
公式URL https://chromewebstore.google.com/detail/trackootsera/edfggacakpcpddjdgocfjpmgoomllogj
説明 Use the context menu to search Trackings for TRMS
ファイルサイズ 32.75 KB
インストール数 746
現在のバージョン 1.2.1
最終更新日 2022-10-27
公開日 2022-10-02
開発者 trackoo.tse
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TRACKOO_TSE_RA",
    "description": "Use the context menu to search Trackings for TRMS",
    "version": "1.2.1",
    "manifest_version": 3,
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "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"
    }
}