Vurds By Bermemes

Translate ya intenet to Bermewjan dialeck

Cos'è Vurds By Bermemes?

Vurds By Bermemes è un'estensione di Chrome sviluppata da bermemes, e la sua funzione principale è "Translate ya intenet to Bermewjan dialeck".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Vurds By Bermemes

Scarica i file di estensione Vurds By Bermemes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Vurds By Bermemes Vurds By Bermemes
ID blgcieboeijggakcknlijknbhkeodkbo
URL Ufficiale https://chrome.google.com/webstore/detail/vurds-by-bermemes/blgcieboeijggakcknlijknbhkeodkbo
Descrizione Translate ya intenet to Bermewjan dialeck
Dimensione del File 199 KB
Conteggio Installazioni 17
Versione Corrente 0.0.1
Ultimo Aggiornamento 2017-05-20
Data di Pubblicazione 2017-05-20
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore bermemes
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.bermemes.com
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}