Kartuli Glasses

Turn latin letters into kartuli

Kartuli Glassesคืออะไร?

Kartuli Glasses เป็นส่วนขยายของ Chrome ที่พัฒนาโดย iLanguage Lab และคุณลักษณะหลักของมันคือ "Turn latin letters into kartuli"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kartuli Glasses

ดาวน์โหลดไฟล์ส่วนขยาย Kartuli Glasses ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Do your friends keep commenting on Facebook with english keyboards (either because they forgot to switch or because they didn't install a Georgian keyboard)? Well now you can see the web through კართული eyes. 

Are you a volunteer in Georgia and want to exercise your კართული alphabet?

Then maybe this app is for you!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Kartuli Glasses Kartuli Glasses
ID ccmledaklimnhjchkcgideafpglhejja
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kartuli-glasses/ccmledaklimnhjchkcgideafpglhejja
คำอธิบาย Turn latin letters into kartuli
ขนาดไฟล์ 27.07 KB
จำนวนการติดตั้ง 11
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2015-03-01
วันที่เผยแพร่ 2015-03-01
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา iLanguage Lab
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/chromereload.js",
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "KartuliChromeExtension",
        "default_popup": "options.html"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "scripts\/contentscript.js",
                "bower_components\/translitit-latin-to-mkhedruli-georgian\/translitit-latin-to-mkhedruli-georgian.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}