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.
O que é Oh No You Didn't!?
Oh No You Didn't! é uma extensão do Chrome desenvolvida por andrewspode, e sua principal característica é "Automatically reload tabs that have crashed (Aw Snap! He's Dead Jim etc.). Handy for Kiosk mode where access is limited.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Oh No You Didn't!
Baixe arquivos de extensão Oh No You Didn't! no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Oh No You Didn't! |
ID | acdablfhjbhkjbcifldncdkmlophfgda |
URL Oficial | https://chromewebstore.google.com/detail/oh-no-you-didnt/acdablfhjbhkjbcifldncdkmlophfgda |
Descrição | Automatically reload tabs that have crashed (Aw Snap! He's Dead Jim etc.). Handy for Kiosk mode where access is limited. |
Tamanho do Arquivo | 8.27 KB |
Contagem de Instalações | 24,620 |
Versão Atual | 1.0.5 |
Última Atualização | 2021-12-15 |
Data de Publicação | 2019-06-16 |
Classificação | 3.31/5 Total de 13 Avaliações |
Desenvolvedor | andrewspode |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/andrewspode/ohnoyoudidnt/tree/master |
Idiomas Suportados | 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:\/\/*\/" ] } |