iGetter Extension

Adds iGetter contextual menu commands.

什么是iGetter Extension?

iGetter Extension是由https://www.igetter.net开发的Chrome扩展程序,该扩展的主要功能是“Adds iGetter contextual menu commands.”。

扩展截图

screenshot

下载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 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"
    ]
}