Refresh all windows
This will refresh all tabs in all windows.
Wat is Refresh all windows?
Refresh all windows is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "This will refresh all tabs in all windows.".
Download het CRX-bestand van de extensie Refresh all windows
Download Refresh all windows-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Refresh all tabs in all windows at once.
Basisinformatie over de Extensie
Naam | Refresh all windows |
ID | jbmkeloifnkohclofiomelojjgpdjjcp |
Officiële URL | https://chromewebstore.google.com/detail/refresh-all-windows/jbmkeloifnkohclofiomelojjgpdjjcp |
Beschrijving | This will refresh all tabs in all windows. |
Bestandsgrootte | 7.98 KB |
Aantal Installaties | 1,107 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-06-21 |
Publicatiedatum | 2017-06-20 |
Beoordeling | 4.50/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |