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.
Vad är Oh No You Didn't!?
Oh No You Didn't! är en Chrome-tillägg utvecklad av andrewspode, och dess huvudfunktion är "Automatically reload tabs that have crashed (Aw Snap! He's Dead Jim etc.). Handy for Kiosk mode where access is limited.".
Tilläggsskärmbilder
Ladda ner Oh No You Didn't!-förlängningens CRX-fil
Ladda ner Oh No You Didn't!-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
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.
Grundläggande Information om Tillägg
Namn | Oh No You Didn't! |
ID | acdablfhjbhkjbcifldncdkmlophfgda |
Officiell webbadress | https://chromewebstore.google.com/detail/oh-no-you-didnt/acdablfhjbhkjbcifldncdkmlophfgda |
Beskrivning | Automatically reload tabs that have crashed (Aw Snap! He's Dead Jim etc.). Handy for Kiosk mode where access is limited. |
Filstorlek | 8.27 KB |
Antal Installationer | 24,620 |
Aktuell Version | 1.0.5 |
Senast Uppdaterad | 2021-12-15 |
Publiceringsdatum | 2019-06-16 |
Betyg | 3.31/5 Totalt 13 Betyg |
Utvecklare | andrewspode |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/andrewspode/ohnoyoudidnt/tree/master |
Stödda Språk | 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:\/\/*\/" ] } |