IE8 User-Agent

Alternate User-Agent to IE8

IE8 User-Agent là gì?

IE8 User-Agent là một tiện ích mở rộng Chrome được phát triển bởi Nikolai Kim, và tính năng chính của nó là "Alternate User-Agent to IE8".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng IE8 User-Agent

Tải xuống các tệp mở rộng IE8 User-Agent dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên IE8 User-Agent IE8 User-Agent
ID kkbhjaadbajeblffmifelmhmagjmlpne
URL Chính Thức https://chromewebstore.google.com/detail/ie8-user-agent/kkbhjaadbajeblffmifelmhmagjmlpne
Mô tả Alternate User-Agent to IE8
Kích Thước Tệp 6.4 KB
Số Lần Cài Đặt 2,251
Phiên Bản Hiện Tại 0.1.6
Cập Nhật Lần Cuối 2016-12-02
Ngày Phát Hành 2016-12-02
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Nikolai Kim
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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",
        "*:\/\/*\/"
    ]
}