Vurds By Bermemes

Translate ya intenet to Bermewjan dialeck

ما هو Vurds By Bermemes؟

Vurds By Bermemes هو إضافة Chrome تم تطويرها بواسطة bermemes، والميزة الرئيسية لها هي "Translate ya intenet to Bermewjan dialeck".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Vurds By Bermemes

قم بتنزيل ملفات الامتداد Vurds By Bermemes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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": [
                ""
            ]
        }
    ]
}