Auto refresh actual webpage
Automatically reload webpage in actual tab. You can set refresh interval.
Apa itu Auto refresh actual webpage?
Auto refresh actual webpage adalah ekstensi Chrome yang dikembangkan oleh https://www.extensions-for-chrome.com, dan fitur utamanya adalah "Automatically reload webpage in actual tab. You can set refresh interval.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Auto refresh actual webpage
Unduh file ekstensi Auto refresh actual webpage 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
Automatically refresh can be easily activated via the context menu by clicking the right mouse button on the web page. In options you can set refresh interval in seconds. Extension automatically stop refresh when change tab or change website.
Informasi Dasar Ekstensi
Nama | Auto refresh actual webpage |
ID | jmpaeglcabhpohgbfcehemlgophfjikk |
URL Resmi | https://chromewebstore.google.com/detail/auto-refresh-actual-webpa/jmpaeglcabhpohgbfcehemlgophfjikk |
Deskripsi | Automatically reload webpage in actual tab. You can set refresh interval. |
Ukuran File | 51.12 KB |
Jumlah Instalasi | 1,929 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2013-09-21 |
Tanggal Publikasi | 2013-09-21 |
Penilaian | 3.33/5 Total 15 Penilaian |
Pengembang | https://www.extensions-for-chrome.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto refresh actual webpage", "description": "Automatically reload webpage in actual tab. You can set refresh interval.", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "jquery.js", "background.js" ] }, "options_page": "options.html", "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ], "icons": { "16": "img\/ico_16.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" } } |