Reload All
Reloads all tabs, across all windows
Was ist Reload All?
Reload All ist eine Chrome-Erweiterung, die von Sampson entwickelt wurde, und ihr Hauptmerkmal ist "Reloads all tabs, across all windows".
Erweiterungsscreenshots
Reload All-Erweiterungs-CRX-Datei herunterladen
Laden Sie Reload All-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Reloads all tabs, across all windows. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hdhigldkgacdgbimiiccgbcpkomaolje |
| Offizielle URL | https://chromewebstore.google.com/detail/reload-all/hdhigldkgacdgbimiiccgbcpkomaolje |
| Beschreibung | Reloads all tabs, across all windows |
| Dateigröße | 8.91 KB |
| Installationsanzahl | 124 |
| Aktuelle Version | 1.0.0 |
| Letztes Update | 2021-03-14 |
| Veröffentlichungsdatum | 2020-06-16 |
| Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
| Entwickler | Sampson |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/jonathansampson/extension-reload-all |
| Hilfeseite URL | https://github.com/jonathansampson/extension-reload-all/issues |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Reload All",
"description": "Reloads all tabs, across all windows",
"version": "1.0.0",
"manifest_version": 2,
"icons": {
"128": "icons\/128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": {
"16": "icons\/128.png"
}
}
} | |