Geordify

Translate your Twitter and Facebook feed into Geordie!

Geordify là gì?

Geordify là một tiện ích mở rộng Chrome được phát triển bởi https://geordify.com, và tính năng chính của nó là "Translate your Twitter and Facebook feed into Geordie!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Geordify

Tải xuống các tệp mở rộng Geordify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Geordify Geordify
ID adghhgkpcaioipapmgfopnekjpnabecb
URL Chính Thức https://chromewebstore.google.com/detail/geordify/adghhgkpcaioipapmgfopnekjpnabecb
Mô tả Translate your Twitter and Facebook feed into Geordie!
Kích Thước Tệp 44.69 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 0.0.6
Cập Nhật Lần Cuối 2017-08-07
Ngày Phát Hành 2017-08-07
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://geordify.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}