Geordify

Translate your Twitter and Facebook feed into Geordie!

Apa itu Geordify?

Geordify adalah ekstensi Chrome yang dikembangkan oleh https://geordify.com, dan fitur utamanya adalah "Translate your Twitter and Facebook feed into Geordie!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Geordify

Unduh file ekstensi Geordify dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Geordify Geordify
ID adghhgkpcaioipapmgfopnekjpnabecb
URL Resmi https://chromewebstore.google.com/detail/geordify/adghhgkpcaioipapmgfopnekjpnabecb
Deskripsi Translate your Twitter and Facebook feed into Geordie!
Ukuran File 44.69 KB
Jumlah Instalasi 18
Versi Saat Ini 0.0.6
Terakhir Diperbarui 2017-08-07
Tanggal Publikasi 2017-08-07
Penilaian 5.00/5 Total 4 Penilaian
Pengembang https://geordify.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}