11st Report Helper
11st Report Helper
Cos'è 11st Report Helper?
11st Report Helper è un'estensione di Chrome sviluppata da muyoungko11st, e la sua funzione principale è "11st Report Helper".
Scarica il file CRX dell'estensione 11st Report Helper
Scarica i file di estensione 11st Report Helper 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
상세설명은 필요없습니다. Informazioni di Base sull'Estensione
| Nome | |
| ID | adgnmilldaobmacofbiobmnkfmojkopn |
| URL Ufficiale | https://chromewebstore.google.com/detail/11st-report-helper/adgnmilldaobmacofbiobmnkfmojkopn |
| Descrizione | 11st Report Helper |
| Dimensione del File | 27.16 KB |
| Conteggio Installazioni | 19 |
| Versione Corrente | 1.1.2 |
| Ultimo Aggiornamento | 2017-08-18 |
| Data di Pubblicazione | 2017-08-17 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | muyoungko11st |
| Tipo di Pagamento | free |
| Lingue Supportate | ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "11st Report Helper",
"version": "1.1.2",
"manifest_version": 2,
"description": "11st Report Helper",
"browser_action": {
"default_title": "11st Report Helper",
"default_icon": "icon.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"webNavigation",
"tabs",
"*:\/\/*\/*",
"contextMenus"
],
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"myScript.js"
]
},
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"jquery-1.3.2.min.js"
]
}
],
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
}
} | |