Super Refresh
One button to refresh all tabs
Co je Super Refresh?
Super Refresh je rozšíření Chrome vyvinuté Becky Mason, a jeho hlavní funkcí je „One button to refresh all tabs“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Super Refresh
Stáhněte si soubory rozšíření Super Refresh ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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”
Základní Informace o Rozšíření
Název | |
ID | jfhbiggobcnahlbbmnajejlchndbicpn |
Oficiální URL | https://chrome.google.com/webstore/detail/super-refresh/jfhbiggobcnahlbbmnajejlchndbicpn |
Popis | One button to refresh all tabs |
Velikost souboru | 78.61 KB |
Počet instalací | 55 |
Aktuální Verze | 2.4.5 |
Poslední Aktualizace | 2021-01-30 |
Datum Vydání | 2021-01-30 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Becky Mason |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://www.notion.so/Privacy-policy-Super-Refresh-a053e86bc59046f5a24ef729c85c03bb |
Podporované Jazyky | 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", " |