Vurds By Bermemes

Translate ya intenet to Bermewjan dialeck

Vurds By Bermemes là gì?

Vurds By Bermemes là một tiện ích mở rộng Chrome được phát triển bởi bermemes, và tính năng chính của nó là "Translate ya intenet to Bermewjan dialeck".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Vurds By Bermemes

Tải xuống các tệp mở rộng Vurds By Bermemes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        "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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Vurds By Bermemes Vurds By Bermemes
ID blgcieboeijggakcknlijknbhkeodkbo
URL Chính Thức https://chrome.google.com/webstore/detail/vurds-by-bermemes/blgcieboeijggakcknlijknbhkeodkbo
Mô tả Translate ya intenet to Bermewjan dialeck
Kích Thước Tệp 199 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2017-05-20
Ngày Phát Hành 2017-05-20
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển bermemes
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.bermemes.com
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}