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
官方網址 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": [
                ""
            ]
        }
    ]
}