Vurds By Bermemes

Translate ya intenet to Bermewjan dialeck

什么是Vurds By Bermemes?

Vurds By Bermemes是由bermemes开发的Chrome扩展程序,该扩展的主要功能是“Translate ya intenet to Bermewjan dialeck”。

扩展截图

screenshot
screenshot

下载Vurds By Bermemes扩展crx文件

下载Vurds By Bermemes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        "Vurds" by Bermemes is a simple translation extension that allows Bermudians and lovers of Bermuda to enjoy browsing the internet in Bermewjan Slang or creole will learning more about it.                    

扩展基本信息

名称 Vurds By Bermemes Vurds By Bermemes
ID blgcieboeijggakcknlijknbhkeodkbo
官方URL https://chrome.google.com/webstore/detail/vurds-by-bermemes/blgcieboeijggakcknlijknbhkeodkbo
简介 Translate ya intenet to Bermewjan dialeck
文件大小 199 KB
安装次数 17
当前版本 0.0.1
更新时间 2017-05-20
上架时间 2017-05-20
评分 5.00/5 共2次评分
开发者 bermemes
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.bermemes.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vurds By Bermemes",
    "description": "Translate ya intenet to Bermewjan dialeck",
    "version": "0.0.1",
    "homepage_url": "http:\/\/www.bermemes.com\/vurds",
    "icons": {
        "16": "images\/on.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "browser_action": {
        "default_icon": "\/images\/on.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "",
        "background"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}