Geordify

Translate your Twitter and Facebook feed into Geordie!

ما هو Geordify؟

Geordify هو إضافة Chrome تم تطويرها بواسطة https://geordify.com، والميزة الرئيسية لها هي "Translate your Twitter and Facebook feed into Geordie!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Geordify

قم بتنزيل ملفات الامتداد Geordify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}