Timer Refresh
Timer refresh the specified page or only refresh the inactive TAB page.
Apa itu Timer Refresh?
Timer Refresh adalah ekstensi Chrome yang dikembangkan oleh thomashg0712, dan fitur utamanya adalah "Timer refresh the specified page or only refresh the inactive TAB page.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Timer Refresh
Unduh file ekstensi Timer Refresh 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
For some users with special needs, keeping the page active maybe a good help.
Informasi Dasar Ekstensi
Nama | |
ID | fembhgfanglpnpkjcgdacodmefdmfpep |
URL Resmi | https://chrome.google.com/webstore/detail/fembhgfanglpnpkjcgdacodmefdmfpep |
Deskripsi | Timer refresh the specified page or only refresh the inactive TAB page. |
Ukuran File | 27.85 KB |
Jumlah Instalasi | 42 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2020-01-19 |
Tanggal Publikasi | 2020-01-19 |
Pengembang | thomashg0712 |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html", "script": "background.js" }, "content_scripts": [ { "all_frames": false, "js": [ "script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "128": "img\/on128.png" }, "manifest_version": 2, "name": "__MSG_extName__", "page_action": { "default_icon": "img\/on128.png", "default_popup": "popup.html", "default_title": "__MSG_extName__" }, "permissions": [ "tabs", "browsingData", "webRequest", "webNavigation", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.0.1" } |