Kartuli Glasses

Turn latin letters into kartuli

什么是Kartuli Glasses?

Kartuli Glasses是由iLanguage Lab开发的Chrome扩展程序,该扩展的主要功能是“Turn latin letters into kartuli”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Kartuli Glasses扩展crx文件

下载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
        }
    ]
}