Super Refresh
One button to refresh all tabs
Vad är Super Refresh?
Super Refresh är en Chrome-tillägg utvecklad av Becky Mason, och dess huvudfunktion är "One button to refresh all tabs".
Tilläggsskärmbilder
Ladda ner Super Refresh-förlängningens CRX-fil
Ladda ner Super Refresh-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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”
Grundläggande Information om Tillägg
Namn | |
ID | jfhbiggobcnahlbbmnajejlchndbicpn |
Officiell webbadress | https://chrome.google.com/webstore/detail/super-refresh/jfhbiggobcnahlbbmnajejlchndbicpn |
Beskrivning | One button to refresh all tabs |
Filstorlek | 78.61 KB |
Antal Installationer | 55 |
Aktuell Version | 2.4.5 |
Senast Uppdaterad | 2021-01-30 |
Publiceringsdatum | 2021-01-30 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Becky Mason |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://www.notion.so/Privacy-policy-Super-Refresh-a053e86bc59046f5a24ef729c85c03bb |
Stödda Språk | 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", " |