Kartuli Glasses
Turn latin letters into kartuli
什麼是Kartuli Glasses?
Kartuli Glasses是由iLanguage Lab開發的Chrome擴展程式,該擴展的主要功能是“Turn latin letters into kartuli”。
擴展截圖
下載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! 擴展基本資訊
| 名稱 | |
| ID | ccmledaklimnhjchkcgideafpglhejja |
| 官方網址 | 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
}
]
} | |