Geordify

Translate your Twitter and Facebook feed into Geordie!

Wat is Geordify?

Geordify is een Chrome-extensie ontwikkeld door https://geordify.com, en de belangrijkste functie is "Translate your Twitter and Facebook feed into Geordie!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Geordify

Download Geordify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Geordify Geordify
ID adghhgkpcaioipapmgfopnekjpnabecb
Officiële URL https://chromewebstore.google.com/detail/geordify/adghhgkpcaioipapmgfopnekjpnabecb
Beschrijving Translate your Twitter and Facebook feed into Geordie!
Bestandsgrootte 44.69 KB
Aantal Installaties 18
Huidige Versie 0.0.6
Laatst Bijgewerkt 2017-08-07
Publicatiedatum 2017-08-07
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://geordify.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}