iGetter Extension
Adds iGetter contextual menu commands.
iGetter Extensionとは何ですか?
iGetter Extensionはhttps://www.igetter.netによって開発されたChromeの拡張機能で、その主な機能は「Adds iGetter contextual menu commands.」です。
拡張機能のスクリーンショット
iGetter Extension拡張機能のCRXファイルをダウンロード
iGetter Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } |