Vurds By Bermemes

Translate ya intenet to Bermewjan dialeck

Co to jest Vurds By Bermemes?

Vurds By Bermemes to rozszerzenie Chrome opracowane przez bermemes, a jego główną funkcją jest „Translate ya intenet to Bermewjan dialeck”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Vurds By Bermemes

Pobierz pliki rozszerzeń Vurds By Bermemes w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Vurds By Bermemes Vurds By Bermemes
ID blgcieboeijggakcknlijknbhkeodkbo
Oficjalny URL https://chrome.google.com/webstore/detail/vurds-by-bermemes/blgcieboeijggakcknlijknbhkeodkbo
Opis Translate ya intenet to Bermewjan dialeck
Rozmiar pliku 199 KB
Liczba instalacji 17
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2017-05-20
Data Publikacji 2017-05-20
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper bermemes
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.bermemes.com
Obsługiwane Języki 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": [
                ""
            ]
        }
    ]
}