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
公式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
Eメール [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"
    ]
}