iGetter Extension

Adds iGetter contextual menu commands.

iGetter Extensionคืออะไร?

iGetter Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.igetter.net และคุณลักษณะหลักของมันคือ "Adds iGetter contextual menu commands."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย iGetter Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}