IE8 User-Agent

Alternate User-Agent to IE8

IE8 User-Agentคืออะไร?

IE8 User-Agent เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nikolai Kim และคุณลักษณะหลักของมันคือ "Alternate User-Agent to IE8"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IE8 User-Agent

ดาวน์โหลดไฟล์ส่วนขยาย IE8 User-Agent ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Simple extension that allows alternating user-agent string to Interent Explorer 8 for specific sites.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ IE8 User-Agent IE8 User-Agent
ID kkbhjaadbajeblffmifelmhmagjmlpne
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ie8-user-agent/kkbhjaadbajeblffmifelmhmagjmlpne
คำอธิบาย Alternate User-Agent to IE8
ขนาดไฟล์ 6.4 KB
จำนวนการติดตั้ง 2,251
เวอร์ชันปัจจุบัน 0.1.6
อัปเดตครั้งล่าสุด 2016-12-02
วันที่เผยแพร่ 2016-12-02
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Nikolai Kim
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IE8 User-Agent",
    "version": "0.1.6",
    "description": "Alternate User-Agent to IE8",
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "icon128.png"
        },
        "default_title": "IE8 User-Agent"
    },
    "author": "Nikolay Kim",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/"
    ]
}