Geordify

Translate your Twitter and Facebook feed into Geordie!

Qu'est-ce que Geordify ?

Geordify est une extension Chrome développée par https://geordify.com, et sa fonction principale est "Translate your Twitter and Facebook feed into Geordie!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Geordify

Téléchargez les fichiers d'extension Geordify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Geordify Geordify
ID adghhgkpcaioipapmgfopnekjpnabecb
URL Officiel https://chromewebstore.google.com/detail/geordify/adghhgkpcaioipapmgfopnekjpnabecb
Description Translate your Twitter and Facebook feed into Geordie!
Taille du Fichier 44.69 KB
Nombre d'Installations 18
Version Actuelle 0.0.6
Dernière Mise à Jour 2017-08-07
Date de Publication 2017-08-07
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://geordify.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}