Am I working on localhost?
Am I working on localhost?
Apa itu Am I working on localhost??
Am I working on localhost? adalah ekstensi Chrome yang dikembangkan oleh Zokis, dan fitur utamanya adalah "Am I working on localhost?".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Am I working on localhost?
Unduh file ekstensi Am I working on localhost? dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Am I working on localhost? Informasi Dasar Ekstensi
| Nama | |
| ID | hcodibddbhfaojganenggofiogdojbgc |
| URL Resmi | https://chromewebstore.google.com/detail/am-i-working-on-localhost/hcodibddbhfaojganenggofiogdojbgc |
| Deskripsi | Am I working on localhost? |
| Ukuran File | 38.95 KB |
| Jumlah Instalasi | 34 |
| Versi Saat Ini | 0.7 |
| Terakhir Diperbarui | 2015-04-27 |
| Tanggal Publikasi | 2015-04-27 |
| Pengembang | Zokis |
| Tipe Pembayaran | free |
| Bahasa yang Didukung | 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"
}
]
} | |