Oh No You Didn't!
Automatically reload tabs that have crashed (Aw Snap! He's Dead Jim etc.). Handy for Kiosk mode where access is limited.
Qu'est-ce que Oh No You Didn't! ?
Oh No You Didn't! est une extension Chrome développée par andrewspode, et sa fonction principale est "Automatically reload tabs that have crashed (Aw Snap! He's Dead Jim etc.). Handy for Kiosk mode where access is limited.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Oh No You Didn't!
Téléchargez les fichiers d'extension Oh No You Didn't! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Chrome has a habit of crashing, often for no real reason. When running a Kiosk, or Digital Signage - the ability the quickly reload the page is essential. This plugin does exactly that. This is not a replacement for correcting problems in the first place (memory leaks especially) and isn't particularly useful in an everyday environment, where you can simply press the refresh button yourself.
Informations de Base sur l'Extension
Nom | Oh No You Didn't! |
ID | acdablfhjbhkjbcifldncdkmlophfgda |
URL Officiel | https://chromewebstore.google.com/detail/oh-no-you-didnt/acdablfhjbhkjbcifldncdkmlophfgda |
Description | Automatically reload tabs that have crashed (Aw Snap! He's Dead Jim etc.). Handy for Kiosk mode where access is limited. |
Taille du Fichier | 8.27 KB |
Nombre d'Installations | 24,620 |
Version Actuelle | 1.0.5 |
Dernière Mise à Jour | 2021-12-15 |
Date de Publication | 2019-06-16 |
Évaluation | 3.31/5 Total 13 Évaluations |
Développeur | andrewspode |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/andrewspode/ohnoyoudidnt/tree/master |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Oh No You Didn't!", "version": "1.0.5", "manifest_version": 2, "description": "Automatically reload tabs that have crashed (Aw Snap! He's Dead Jim etc.). Handy for Kiosk mode where access is limited.", "homepage_url": "http:\/\/github.com\/unclespode\/ohnoyoudidnt", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/background.js" ], "persistent": true }, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/", "file:\/\/*\/" ] } |