Am I working on localhost?
Am I working on localhost?
Wat is Am I working on localhost??
Am I working on localhost? is een Chrome-extensie ontwikkeld door Zokis, en de belangrijkste functie is "Am I working on localhost?".
Extensie Screenshots
Download het CRX-bestand van de extensie Am I working on localhost?
Download Am I working on localhost?-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Am I working on localhost? Basisinformatie over de Extensie
| Naam | |
| ID | hcodibddbhfaojganenggofiogdojbgc |
| Officiële URL | https://chromewebstore.google.com/detail/am-i-working-on-localhost/hcodibddbhfaojganenggofiogdojbgc |
| Beschrijving | Am I working on localhost? |
| Bestandsgrootte | 38.95 KB |
| Aantal Installaties | 34 |
| Huidige Versie | 0.7 |
| Laatst Bijgewerkt | 2015-04-27 |
| Publicatiedatum | 2015-04-27 |
| Ontwikkelaar | Zokis |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
]
} | |