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
官方URL 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
}