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
官方網址 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
電子郵箱 [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"
    }
}