IE8 User-Agent

Alternate User-Agent to IE8

IE8 User-Agentとは何ですか?

IE8 User-AgentはNikolai Kimによって開発されたChromeの拡張機能で、その主な機能は「Alternate User-Agent to IE8」です。

拡張機能のスクリーンショット

screenshot

IE8 User-Agent拡張機能のCRXファイルをダウンロード

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
Eメール [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",
        "*:\/\/*\/"
    ]
}