Geordify

Translate your Twitter and Facebook feed into Geordie!

Vad är Geordify?

Geordify är en Chrome-tillägg utvecklad av https://geordify.com, och dess huvudfunktion är "Translate your Twitter and Facebook feed into Geordie!".

Tilläggsskärmbilder

screenshot

Ladda ner Geordify-förlängningens CRX-fil

Ladda ner Geordify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Geordify Geordify
ID adghhgkpcaioipapmgfopnekjpnabecb
Officiell webbadress https://chromewebstore.google.com/detail/geordify/adghhgkpcaioipapmgfopnekjpnabecb
Beskrivning Translate your Twitter and Facebook feed into Geordie!
Filstorlek 44.69 KB
Antal Installationer 18
Aktuell Version 0.0.6
Senast Uppdaterad 2017-08-07
Publiceringsdatum 2017-08-07
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare https://geordify.com
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}