Kartuli Glasses

Turn latin letters into kartuli

Kartuli Glasses là gì?

Kartuli Glasses là một tiện ích mở rộng Chrome được phát triển bởi iLanguage Lab, và tính năng chính của nó là "Turn latin letters into kartuli".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Kartuli Glasses 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

                        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!                    

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

Tên Kartuli Glasses Kartuli Glasses
ID ccmledaklimnhjchkcgideafpglhejja
URL Chính Thức https://chromewebstore.google.com/detail/kartuli-glasses/ccmledaklimnhjchkcgideafpglhejja
Mô tả Turn latin letters into kartuli
Kích Thước Tệp 27.07 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2015-03-01
Ngày Phát Hành 2015-03-01
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển iLanguage Lab
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}