ReLoader
Easy reload the current tab without any cached data. Works with iFrame too.
Apa itu ReLoader?
ReLoader adalah ekstensi Chrome yang dikembangkan oleh Alister Zhao, dan fitur utamanya adalah "Easy reload the current tab without any cached data. Works with iFrame too.".
Unduh Berkas CRX Ekstensi ReLoader
Unduh file ekstensi ReLoader 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
Easily reload the current tab content without any cache data. Works with iFrame too.
Informasi Dasar Ekstensi
Nama | |
ID | ajdekpeolgboihkdkcmonalgafpefojb |
URL Resmi | https://chrome.google.com/webstore/detail/reloader/ajdekpeolgboihkdkcmonalgafpefojb |
Deskripsi | Easy reload the current tab without any cached data. Works with iFrame too. |
Ukuran File | 8.67 KB |
Jumlah Instalasi | 50 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2015-01-09 |
Tanggal Publikasi | 2015-01-09 |
Pengembang | Alister Zhao |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ReLoader", "version": "1.0", "author": "Alister Zhao", "description": "Easy reload the current tab without any cached data. Works with iFrame too.", "icons": { "128": "128.png" }, "permissions": [ "tabs", "notifications", "https:\/\/*\/*", "http:\/\/*\/*" ], "browser_action": { "default_icon": "128.png", "default_title": "Reload Tab" }, "background": { "scripts": [ "background.js" ] } } |