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 擴展基本資訊
| 名稱 | |
| ID | kefncalcphllnknagnlnfcndlehpkpck |
| 官方網址 | 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"
]
} | |