Tjommi

Tjommi helps you find the best price on products you are about to buy.

Tjommiとは何ですか?

Tjommiはhttps://tjommi.appによって開発されたChromeの拡張機能で、その主な機能は「Tjommi helps you find the best price on products you are about to buy.」です。

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

screenshot

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

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

拡張機能の使用方法

                        See alternative prices on products you are looking at.                    

拡張機能の基本情報

名前 Tjommi Tjommi
ID lobihiomioflmmkpncddcmgkojoepblk
公式URL https://chromewebstore.google.com/detail/tjommi/lobihiomioflmmkpncddcmgkojoepblk
説明 Tjommi helps you find the best price on products you are about to buy.
ファイルサイズ 2.71 MB
インストール数 207
現在のバージョン 2.1.0
最終更新日 2023-04-30
公開日 2022-02-18
評価 5.00/5 合計 2 レビュー
開発者 https://tjommi.app
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://tjommi.app
ヘルプページのURL https://web.tjommi.app/faq
プライバシーポリシーページのURL https://web.tjommi.app/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tjommi",
    "description": "Tjommi helps you find the best price on products you are about to buy.",
    "version": "2.1.0",
    "minimum_chrome_version": "107",
    "action": {
        "default_title": "Tjommi"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "storage",
        "background",
        "webNavigation",
        "clipboardWrite"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    }
}