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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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
อีเมล [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"
    ]
}