Refresh 'Em All
Refresh all tabs in Current Window. Whopping seven lines of code — no crap.
Apa itu Refresh 'Em All?
Refresh 'Em All adalah ekstensi Chrome yang dikembangkan oleh Ciantic, dan fitur utamanya adalah "Refresh all tabs in Current Window. Whopping seven lines of code — no crap.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Refresh 'Em All
Unduh file ekstensi Refresh 'Em All 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
Refresh or reload all tabs in current window. No new functionality will be ever introduced. Icon changes may come in future, if necessary.
Informasi Dasar Ekstensi
Nama | Refresh 'Em All |
ID | iaoghbeamaalcgoembjppfekhelajipd |
URL Resmi | https://chromewebstore.google.com/detail/refresh-em-all/iaoghbeamaalcgoembjppfekhelajipd |
Deskripsi | Refresh all tabs in Current Window. Whopping seven lines of code — no crap. |
Ukuran File | 21.65 KB |
Jumlah Instalasi | 610 |
Versi Saat Ini | 0.9.2 |
Terakhir Diperbarui | 2014-11-02 |
Tanggal Publikasi | 2014-11-02 |
Penilaian | 4.73/5 Total 15 Penilaian |
Pengembang | Ciantic |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Refresh 'Em All", "version": "0.9.2", "description": "Refresh all tabs in Current Window. Whopping seven lines of code \u2014 no crap.", "background": { "scripts": [ "background.js" ] }, "manifest_version": 2, "icons": { "48": "app.png", "128": "app.png" }, "browser_action": { "default_icon": "action.png", "default_title": "Refresh all tabs in this window" } } |