Geordify

Translate your Twitter and Facebook feed into Geordie!

什麼是Geordify?

Geordify是由https://geordify.com開發的Chrome擴展程式,該擴展的主要功能是“Translate your Twitter and Facebook feed into Geordie!”。

擴展截圖

screenshot

下載Geordify擴展crx文件

下載Geordify擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}