Am I working on localhost?
Am I working on localhost?
Cos'è Am I working on localhost??
Am I working on localhost? è un'estensione di Chrome sviluppata da Zokis, e la sua funzione principale è "Am I working on localhost?".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Am I working on localhost?
Scarica i file di estensione Am I working on localhost? 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
Am I working on localhost? Informazioni di Base sull'Estensione
| Nome | |
| ID | hcodibddbhfaojganenggofiogdojbgc |
| URL Ufficiale | https://chromewebstore.google.com/detail/am-i-working-on-localhost/hcodibddbhfaojganenggofiogdojbgc |
| Descrizione | Am I working on localhost? |
| Dimensione del File | 38.95 KB |
| Conteggio Installazioni | 34 |
| Versione Corrente | 0.7 |
| Ultimo Aggiornamento | 2015-04-27 |
| Data di Pubblicazione | 2015-04-27 |
| Sviluppatore | Zokis |
| Tipo di Pagamento | free |
| Lingue Supportate | pt-BR |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Am I working on localhost?",
"short_name": "iwolh",
"description": "Am I working on localhost?",
"minimum_chrome_version": "38",
"version": "0.7",
"icons": {
"128": "128.png"
},
"content_scripts": [
{
"js": [
"jquery.min.js",
"local.js"
],
"css": [
"local.css"
],
"matches": [
"*:\/\/*\/*"
],
"run_at": "document_end"
}
]
} | |