IE8 User-Agent
Alternate User-Agent to IE8
Cos'è IE8 User-Agent?
IE8 User-Agent è un'estensione di Chrome sviluppata da Nikolai Kim, e la sua funzione principale è "Alternate User-Agent to IE8".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione IE8 User-Agent
Scarica i file di estensione IE8 User-Agent in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Simple extension that allows alternating user-agent string to Interent Explorer 8 for specific sites. Informazioni di Base sull'Estensione
| Nome | |
| ID | kkbhjaadbajeblffmifelmhmagjmlpne |
| URL Ufficiale | https://chromewebstore.google.com/detail/ie8-user-agent/kkbhjaadbajeblffmifelmhmagjmlpne |
| Descrizione | Alternate User-Agent to IE8 |
| Dimensione del File | 6.4 KB |
| Conteggio Installazioni | 2,251 |
| Versione Corrente | 0.1.6 |
| Ultimo Aggiornamento | 2016-12-02 |
| Data di Pubblicazione | 2016-12-02 |
| Valutazione | 5.00/5 Totale 5 Valutazioni |
| Sviluppatore | Nikolai Kim |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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",
"*:\/\/*\/"
]
} | |