Geordify

Translate your Twitter and Facebook feed into Geordie!

Geordify क्या है?

Geordify https://geordify.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Translate your Twitter and Facebook feed into Geordie!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Geordify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Geordify Geordify
ID adghhgkpcaioipapmgfopnekjpnabecb
आधिकारिक URL https://chromewebstore.google.com/detail/geordify/adghhgkpcaioipapmgfopnekjpnabecb
विवरण Translate your Twitter and Facebook feed into Geordie!
फ़ाइल का आकार 44.69 KB
स्थापना संख्या 18
वर्तमान संस्करण 0.0.6
अंतिम अपडेट 2017-08-07
प्रकाशन तिथि 2017-08-07
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर https://geordify.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}