AutoRefresh+
Powerful timed refresh tool
Apa itu AutoRefresh+?
AutoRefresh+ adalah ekstensi Chrome yang dikembangkan oleh MichaelKeys, dan fitur utamanya adalah "Powerful timed refresh tool".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi AutoRefresh+
Unduh file ekstensi AutoRefresh+ 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
AutoRefresh+ is an open-source Chrome extension that allows users to refresh a websites at a given time interval. The user has to simply enter the hostname of the website that they would like the refresh, and the number of minutes between each refresh, and AutoRefresh+ will do the rest!
Informasi Dasar Ekstensi
Nama | |
ID | jdcmniiepfjinccadkbjliiopialnnmi |
URL Resmi | https://chromewebstore.google.com/detail/autorefresh+/jdcmniiepfjinccadkbjliiopialnnmi |
Deskripsi | Powerful timed refresh tool |
Ukuran File | 65.98 KB |
Jumlah Instalasi | 659 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2018-11-04 |
Tanggal Publikasi | 2018-11-04 |
Pengembang | MichaelKeys |
Tipe Pembayaran | free |
Situs Ekstensi | https://bitbucket.org/MichaelKeys/autorefresh/ |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AutoRefresh+", "version": "1.0", "description": "Powerful timed refresh tool", "permissions": [ "activeTab", "alarms", "declarativeContent", "storage", "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/AutoRefresh+16.png", "32": "images\/AutoRefresh+32.png", "48": "images\/AutoRefresh+48.png", "128": "images\/AutoRefresh+128.png" } }, "icons": { "16": "images\/AutoRefresh+16.png", "32": "images\/AutoRefresh+32.png", "48": "images\/AutoRefresh+48.png", "128": "images\/AutoRefresh+128.png" }, "options_page": "options.html", "manifest_version": 2 } |