Reload crashed
Auto reload crashed tabs.
Wat is Reload crashed?
Reload crashed is een Chrome-extensie ontwikkeld door thamjtuyettuong, en de belangrijkste functie is "Auto reload crashed tabs.".
Extensie Screenshots
Download het CRX-bestand van de extensie Reload crashed
Download Reload crashed-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
An extension helps to stay productive. When some tab crashs an extension reloads it. Basisinformatie over de Extensie
| Naam | |
| ID | mdnfjifdpbngbbpcbbfhiponchflmijm |
| Officiële URL | https://chromewebstore.google.com/detail/reload-crashed/mdnfjifdpbngbbpcbbfhiponchflmijm |
| Beschrijving | Auto reload crashed tabs. |
| Bestandsgrootte | 10.56 KB |
| Aantal Installaties | 67 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2021-06-21 |
| Publicatiedatum | 2021-06-20 |
| Ontwikkelaar | thamjtuyettuong |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Reload crashed",
"description": "Auto reload crashed tabs.",
"version": "1.2",
"icons": {
"128": "icon.png"
},
"browser_action": {
"default_title": "Reload crashed",
"default_icon": "icon.png"
},
"background": {
"scripts": [
"bg.js"
]
},
"permissions": [
"tabs",
"http:\/\/*\/",
"https:\/\/*\/"
]
} | |