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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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": [
                ""
            ]
        }
    ]
}