Kartuli Glasses

Turn latin letters into kartuli

Was ist Kartuli Glasses?

Kartuli Glasses ist eine Chrome-Erweiterung, die von iLanguage Lab entwickelt wurde, und ihr Hauptmerkmal ist "Turn latin letters into kartuli".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Kartuli Glasses-Erweiterungs-CRX-Datei herunterladen

Laden Sie Kartuli Glasses-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Kartuli Glasses Kartuli Glasses
ID ccmledaklimnhjchkcgideafpglhejja
Offizielle URL https://chromewebstore.google.com/detail/kartuli-glasses/ccmledaklimnhjchkcgideafpglhejja
Beschreibung Turn latin letters into kartuli
Dateigröße 27.07 KB
Installationsanzahl 11
Aktuelle Version 0.0.1
Letztes Update 2015-03-01
Veröffentlichungsdatum 2015-03-01
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler iLanguage Lab
Zahlungsart free
Unterstützte Sprachen 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
        }
    ]
}