Down For Everyone Or Just Me?
Check if the current site is down for everyone or just you
Apa itu Down For Everyone Or Just Me??
Down For Everyone Or Just Me? adalah ekstensi Chrome yang dikembangkan oleh Alex Cordonnier, dan fitur utamanya adalah "Check if the current site is down for everyone or just you".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Down For Everyone Or Just Me?
Unduh file ekstensi Down For Everyone Or Just Me? 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
Wondering whether a website is down or if it's just you? Install this extension to find out. If you encounter an error while loading a website, a down arrow will appear in your address bar next to the bookmark icon. Click the down arrow to find out if the website is down or if it's just you. This is an unofficial extension for http://downforeveryoneorjustme.com.
Informasi Dasar Ekstensi
Nama | |
ID | nijjphkbmcnellflmblkmbcempgpffon |
URL Resmi | https://chromewebstore.google.com/detail/down-for-everyone-or-just/nijjphkbmcnellflmblkmbcempgpffon |
Deskripsi | Check if the current site is down for everyone or just you |
Ukuran File | 26.76 KB |
Jumlah Instalasi | 417 |
Versi Saat Ini | 0.2.6 |
Terakhir Diperbarui | 2020-11-19 |
Tanggal Publikasi | 2013-11-18 |
Penilaian | 3.17/5 Total 6 Penilaian |
Pengembang | Alex Cordonnier |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://alexcordonnier.com |
URL Halaman Bantuan | http://downforeveryoneorjustme.com |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Down For Everyone Or Just Me?", "short_name": "Is it down?", "version": "0.2.6", "manifest_version": 2, "minimum_chrome_version": "16", "homepage_url": "http:\/\/downforeveryoneorjustme.com", "description": "Check if the current site is down for everyone or just you", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "webNavigation" ], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png", "256": "images\/icon256.png", "512": "images\/icon512.png" }, "page_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "Down For Everyone Or Just Me?" } } |