iGetter Extension
Adds iGetter contextual menu commands.
iGetter Extension क्या है?
iGetter Extension https://www.igetter.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds iGetter contextual menu commands."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में iGetter Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension adds iGetter contextual menu commands. To work properly it requires iGetter application for Windows available on www.igetter.net
एक्सटेंशन की मूल जानकारी
नाम | iGetter Extension |
ID | kefncalcphllnknagnlnfcndlehpkpck |
आधिकारिक URL | https://chromewebstore.google.com/detail/igetter-extension/kefncalcphllnknagnlnfcndlehpkpck |
विवरण | Adds iGetter contextual menu commands. |
फ़ाइल का आकार | 34.91 KB |
स्थापना संख्या | 1,219 |
वर्तमान संस्करण | 2.7.5.1 |
अंतिम अपडेट | 2020-10-09 |
प्रकाशन तिथि | 2020-10-09 |
डेवलपर | https://www.igetter.net |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.igetter.net/ |
सहायता पृष्ठ URL | http://www.igetter.net/faq.html#q2-11 |
समर्थित भाषाएँ | de,en,fr,tr,es,it,hu,pl,pt-BR,bg,ru,zh-CN,zh-TW,ja |
manifest.json | |
{ "name": "iGetter Extension", "short_name": "iGetter Ext.", "description": "__MSG_description__", "version": "2.7.5.1", "manifest_version": 2, "homepage_url": "http:\/\/www.igetter.net\/faq.html#q2-11", "minimum_chrome_version": "28", "background": { "page": "background.html" }, "content_scripts": [ { "js": [ "helper.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*" ], "run_at": "document_end", "all_frames": false } ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "permissions": [ "cookies", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*", "contextMenus", "nativeMessaging", "downloads", "webNavigation", "notifications", "storage" ], "icons": { "16": "iGetter16.png", "48": "iGetter48.png", "128": "iGetter128.png" }, "web_accessible_resources": [ "iGetter128.png" ] } |