Geordify

Translate your Twitter and Facebook feed into Geordie!

Cos'è Geordify?

Geordify è un'estensione di Chrome sviluppata da https://geordify.com, e la sua funzione principale è "Translate your Twitter and Facebook feed into Geordie!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Geordify

Scarica i file di estensione Geordify 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

                        Bring the Newcastle dialect Geordie to your browser with Geordify. 

Especially optimised for Twitter and Facebook Geordify translates all of the English in your web browser to Geordie.

All you have to do to run Geordify is click the Geordify icon and click it again to deactivate it.                    

Informazioni di Base sull'Estensione

Nome Geordify Geordify
ID adghhgkpcaioipapmgfopnekjpnabecb
URL Ufficiale https://chromewebstore.google.com/detail/geordify/adghhgkpcaioipapmgfopnekjpnabecb
Descrizione Translate your Twitter and Facebook feed into Geordie!
Dimensione del File 44.69 KB
Conteggio Installazioni 18
Versione Corrente 0.0.6
Ultimo Aggiornamento 2017-08-07
Data di Pubblicazione 2017-08-07
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://geordify.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Geordify",
    "description": "Translate your Twitter and Facebook feed into Geordie!",
    "version": "0.0.6",
    "background": {
        "scripts": [
            "app.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon_off48.png",
        "default_title": "Geordify this page!"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "webRequest",
        "",
        "storage"
    ],
    "web_accessible_resources": [
        "imgs\/*.png"
    ]
}