Kipcsakify

Translates to kipcsak dialect

什麼是Kipcsakify?

Kipcsakify是由Kipcsak Norris開發的Chrome擴展程式,該擴展的主要功能是“Translates to kipcsak dialect”。

擴展截圖

screenshot
screenshot
screenshot

下載Kipcsakify擴展crx文件

下載Kipcsakify擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Translates to kipcsak. This plugin helps to translate some popular Hungarian news sites, to a special Hungarian dialekt.                    

擴展基本資訊

名稱 Kipcsakify Kipcsakify
ID feoohnjnbdanikbhpolpknknckhobpje
官方網址 https://chromewebstore.google.com/detail/kipcsakify/feoohnjnbdanikbhpolpknknckhobpje
簡介 Translates to kipcsak dialect
檔案大小 7.25 KB
安裝次數 60
目前版本 1.2
更新時間 2019-12-17
上架時間 2019-12-16
評分 5.00/5 共 2 次評分
開發者 Kipcsak Norris
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.kipcsak.xyz/
支援的語言 hu
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kipcsakify",
    "version": "1.2",
    "description": "Translates to kipcsak dialect",
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.index.hu\/*",
                "https:\/\/*.444.hu\/*"
            ],
            "run_at": "document_start",
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}