Translate.Ge
ერთი დაჭერით თარგმნა
What is Translate.Ge?
Translate.Ge is a Chrome extension developed by https://ginials.com, and its main feature is "ერთი დაჭერით თარგმნა".
Extension Screenshots
Download Translate.Ge Extension CRX File
Download Translate.Ge extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
მარტივად გადათარგმნეთ მონიშნული სიტყვა ინგლისურიდან ქართულად და ქართულიდან ინგლისურად.
Extension Basic Information
Name | Translate.Ge |
ID | ifhpnfponondfeciimlplcalgfiphabn |
Official URL | https://chromewebstore.google.com/detail/translatege/ifhpnfponondfeciimlplcalgfiphabn |
Description | ერთი დაჭერით თარგმნა |
File Size | 55.16 KB |
Installation Count | 203 |
Current Version | 1.0.0 |
Last Updated | 2019-04-11 |
Publish Date | 2019-04-11 |
Rating | 4.50/5 Total 8 Ratings |
Developer | https://ginials.com |
Payment Type | free |
Supported Languages | 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\/" ] } |