Translate.Ge

ერთი დაჭერით თარგმნა

Cos'è Translate.Ge?

Translate.Ge è un'estensione di Chrome sviluppata da https://ginials.com, e la sua funzione principale è "ერთი დაჭერით თარგმნა".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Translate.Ge

Scarica i file di estensione Translate.Ge in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        მარტივად გადათარგმნეთ მონიშნული სიტყვა ინგლისურიდან ქართულად და ქართულიდან ინგლისურად.                    

Informazioni di Base sull'Estensione

Nome Translate.Ge Translate.Ge
ID ifhpnfponondfeciimlplcalgfiphabn
URL Ufficiale https://chromewebstore.google.com/detail/translatege/ifhpnfponondfeciimlplcalgfiphabn
Descrizione ერთი დაჭერით თარგმნა
Dimensione del File 55.16 KB
Conteggio Installazioni 203
Versione Corrente 1.0.0
Ultimo Aggiornamento 2019-04-11
Data di Pubblicazione 2019-04-11
Valutazione 4.50/5 Totale 8 Valutazioni
Sviluppatore https://ginials.com
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Translate.Ge",
    "description": "\u10d4\u10e0\u10d7\u10d8 \u10d3\u10d0\u10ed\u10d4\u10e0\u10d8\u10d7 \u10d7\u10d0\u10e0\u10d2\u10db\u10dc\u10d0",
    "version": "1.0.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Translate.ge"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "ctx.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus",
        "https:\/\/translate.ge\/"
    ]
}