窩窩頭翻譯器

自動翻譯窩窩頭內的物品法術等英文

Cos'è 窩窩頭翻譯器?

窩窩頭翻譯器 è un'estensione di Chrome sviluppata da twoyears44, e la sua funzione principale è "自動翻譯窩窩頭內的物品法術等英文".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione 窩窩頭翻譯器

Scarica i file di estensione 窩窩頭翻譯器 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        這個套件會自動將Wowhead網頁中,部分帶有連結屬性的法術、物品、地城及首領的英文轉換為繁體中文版的名詞。                    

Informazioni di Base sull'Estensione

Nome 窩窩頭翻譯器 窩窩頭翻譯器
ID lhcokhbkelomecfodcbjhcfdpbaejlen
URL Ufficiale https://chromewebstore.google.com/detail/%E7%AA%A9%E7%AA%A9%E9%A0%AD%E7%BF%BB%E8%AD%AF%E5%99%A8/lhcokhbkelomecfodcbjhcfdpbaejlen
Descrizione 自動翻譯窩窩頭內的物品法術等英文
Dimensione del File 3.03 MB
Conteggio Installazioni 731
Versione Corrente 1.0.4
Ultimo Aggiornamento 2023-12-19
Data di Pubblicazione 2023-12-07
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore twoyears44
Email [email protected]
Tipo di Pagamento free
Lingue Supportate zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u7aa9\u7aa9\u982d\u7ffb\u8b6f\u5668",
    "version": "1.0.4",
    "description": "\u81ea\u52d5\u7ffb\u8b6f\u7aa9\u7aa9\u982d\u5167\u7684\u7269\u54c1\u6cd5\u8853\u7b49\u82f1\u6587",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/j-query.js",
                "scripts\/set-up-db.js",
                "scripts\/inject-single-page.js",
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/www.wowhead.com\/*",
                "https:\/\/wowhead.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "service-worker.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/data\/*"
            ],
            "matches": [
                "https:\/\/www.wowhead.com\/*",
                "https:\/\/wowhead.com\/*"
            ]
        }
    ]
}