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 |
官方網址 | 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", "*:\/\/*\/" ] } |