IE8 User-Agent
Alternate User-Agent to IE8
什么是IE8 User-Agent?
IE8 User-Agent是由Nikolai Kim开发的Chrome扩展程序,该扩展的主要功能是“Alternate User-Agent to IE8”。
扩展截图
下载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 |
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", "*:\/\/*\/" ] } |