Refresh all windows
This will refresh all tabs in all windows.
Vad är Refresh all windows?
Refresh all windows är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "This will refresh all tabs in all windows.".
Ladda ner Refresh all windows-förlängningens CRX-fil
Ladda ner Refresh all windows-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
Refresh all tabs in all windows at once.
Grundläggande Information om Tillägg
Namn | Refresh all windows |
ID | jbmkeloifnkohclofiomelojjgpdjjcp |
Officiell webbadress | https://chromewebstore.google.com/detail/refresh-all-windows/jbmkeloifnkohclofiomelojjgpdjjcp |
Beskrivning | This will refresh all tabs in all windows. |
Filstorlek | 7.98 KB |
Antal Installationer | 1,107 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2017-06-21 |
Publiceringsdatum | 2017-06-20 |
Betyg | 4.50/5 Totalt 6 Betyg |
Utvecklare | Unknown |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Refresh all windows", "description": "This will refresh all tabs in all windows.", "version": "1.0", "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_title": "Refresh all tabs in all windows!" }, "permissions": [ "tabs", "windows" ] } |