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.
Co to jest Oh No You Didn't!?
Oh No You Didn't! to rozszerzenie Chrome opracowane przez andrewspode, a jego główną funkcją jest „Automatically reload tabs that have crashed (Aw Snap! He's Dead Jim etc.). Handy for Kiosk mode where access is limited.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Oh No You Didn't!
Pobierz pliki rozszerzeń Oh No You Didn't! w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Oh No You Didn't! |
ID | acdablfhjbhkjbcifldncdkmlophfgda |
Oficjalny URL | https://chromewebstore.google.com/detail/oh-no-you-didnt/acdablfhjbhkjbcifldncdkmlophfgda |
Opis | Automatically reload tabs that have crashed (Aw Snap! He's Dead Jim etc.). Handy for Kiosk mode where access is limited. |
Rozmiar pliku | 8.27 KB |
Liczba instalacji | 24,620 |
Aktualna Wersja | 1.0.5 |
Ostatnia Aktualizacja | 2021-12-15 |
Data Publikacji | 2019-06-16 |
Ocena | 3.31/5 Łącznie 13 Oceny |
Deweloper | andrewspode |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/andrewspode/ohnoyoudidnt/tree/master |
Obsługiwane Języki | 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:\/\/*\/" ] } |