Super Refresh
One button to refresh all tabs
Apa itu Super Refresh?
Super Refresh adalah ekstensi Chrome yang dikembangkan oleh Becky Mason, dan fitur utamanya adalah "One button to refresh all tabs".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Super Refresh
Unduh file ekstensi Super 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
Super Refresh refreshes all tabs using one button. Features: - Refresh all tabs - Prevent cache - Disable website alerts like “Do you want to leave the page”
Informasi Dasar Ekstensi
Nama | |
ID | jfhbiggobcnahlbbmnajejlchndbicpn |
URL Resmi | https://chrome.google.com/webstore/detail/super-refresh/jfhbiggobcnahlbbmnajejlchndbicpn |
Deskripsi | One button to refresh all tabs |
Ukuran File | 78.61 KB |
Jumlah Instalasi | 55 |
Versi Saat Ini | 2.4.5 |
Terakhir Diperbarui | 2021-01-30 |
Tanggal Publikasi | 2021-01-30 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Becky Mason |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://www.notion.so/Privacy-policy-Super-Refresh-a053e86bc59046f5a24ef729c85c03bb |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "128": "icons\/inactive.png" }, "default_title": "__MSG_app_name__" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/*.googleapis.com https:\/\/www.googletagmanager.com; object-src 'self'", "default_locale": "en", "description": "__MSG_app_desc__", "icons": { "128": "icons\/icon-128.png", "48": "icons\/icon-48.png", "16": "icons\/icon-16.png" }, "manifest_version": 2, "name": "__MSG_app_name__", "permissions": [ "webRequest", "webRequestBlocking", " |