Vurds By Bermemes

Translate ya intenet to Bermewjan dialeck

Vurds By Bermemes क्या है?

Vurds By Bermemes bermemes द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Translate ya intenet to Bermewjan dialeck"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Vurds By Bermemes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        "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": [
                ""
            ]
        }
    ]
}