ტერმინები
საბანკო ლექსიკონის Google extension-ის საშუალებით შეგიძლიათ ნებისმიერ სიტყვაზე მაუსის მიტანით ნახოთ ფინანსური სიტყვის განმარტება.
What is ტერმინები?
ტერმინები is a Chrome extension developed by http://www.terminebi.ge, and its main feature is "საბანკო ლექსიკონის Google extension-ის საშუალებით შეგიძლიათ ნებისმიერ სიტყვაზე მაუსის მიტანით ნახოთ ფინანსური სიტყვის განმარტება.".
Download ტერმინები Extension CRX File
Download ტერმინები 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
საქართველოს ბანკის მიერ შექმნილი საბანკო ლექსიკონის Google extension-ის საშუალებით თქვენ შეგიძლიათ ნებისმიერ სიტყვაზე მაუსის მიტანით ნახოთ ფინანსური სიტყვის განმარტება. გაიგე მეტი: www.terminebi.ge
Extension Basic Information
Name | |
ID | cjbphbbkfndeenclfhmgodobgpcdpeid |
Official URL | https://chrome.google.com/webstore/detail/%E1%83%A2%E1%83%94%E1%83%A0%E1%83%9B%E1%83%98%E1%83%9C%E1%83%94%E1%83%91%E1%83%98/cjbphbbkfndeenclfhmgodobgpcdpeid |
Description | საბანკო ლექსიკონის Google extension-ის საშუალებით შეგიძლიათ ნებისმიერ სიტყვაზე მაუსის მიტანით ნახოთ ფინანსური სიტყვის განმარტება. |
File Size | 70.86 KB |
Installation Count | 111 |
Current Version | 1.0 |
Last Updated | 2017-03-22 |
Publish Date | 2017-03-22 |
Rating | 5.00/5 Total 2 Ratings |
Developer | http://www.terminebi.ge |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u10e2\u10d4\u10e0\u10db\u10d8\u10dc\u10d4\u10d1\u10d8", "description": "\u10e1\u10d0\u10d1\u10d0\u10dc\u10d9\u10dd \u10da\u10d4\u10e5\u10e1\u10d8\u10d9\u10dd\u10dc\u10d8\u10e1 Google extension-\u10d8\u10e1 \u10e1\u10d0\u10e8\u10e3\u10d0\u10da\u10d4\u10d1\u10d8\u10d7 \u10e8\u10d4\u10d2\u10d8\u10eb\u10da\u10d8\u10d0\u10d7 \u10dc\u10d4\u10d1\u10d8\u10e1\u10db\u10d8\u10d4\u10e0 \u10e1\u10d8\u10e2\u10e7\u10d5\u10d0\u10d6\u10d4 \u10db\u10d0\u10e3\u10e1\u10d8\u10e1 \u10db\u10d8\u10e2\u10d0\u10dc\u10d8\u10d7 \u10dc\u10d0\u10ee\u10dd\u10d7 \u10e4\u10d8\u10dc\u10d0\u10dc\u10e1\u10e3\u10e0\u10d8 \u10e1\u10d8\u10e2\u10e7\u10d5\u10d8\u10e1 \u10d2\u10d0\u10dc\u10db\u10d0\u10e0\u10e2\u10d4\u10d1\u10d0.", "version": "1.0", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "style.css" ], "js": [ "jquery-3.1.1.min.js", "content.js", "mark.min.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "jquery-3.1.1.min.js", "background.js" ] }, "browser_action": { "default_icon": "icons\/icon48.png" }, "web_accessible_resources": [ "icons\/*.png" ], "permissions": [ "http:\/\/bogapitranslationapi.dev\/*" ] } |