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.

Cos'è Oh No You Didn't!?

Oh No You Didn't! è un'estensione di Chrome sviluppata da andrewspode, e la sua funzione principale è "Automatically reload tabs that have crashed (Aw Snap! He's Dead Jim etc.). Handy for Kiosk mode where access is limited.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Oh No You Didn't!

Scarica i file di estensione Oh No You Didn't! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Oh No You Didn't! Oh No You Didn't!
ID acdablfhjbhkjbcifldncdkmlophfgda
URL Ufficiale https://chromewebstore.google.com/detail/oh-no-you-didnt/acdablfhjbhkjbcifldncdkmlophfgda
Descrizione Automatically reload tabs that have crashed (Aw Snap! He's Dead Jim etc.). Handy for Kiosk mode where access is limited.
Dimensione del File 8.27 KB
Conteggio Installazioni 24,620
Versione Corrente 1.0.5
Ultimo Aggiornamento 2021-12-15
Data di Pubblicazione 2019-06-16
Valutazione 3.31/5 Totale 13 Valutazioni
Sviluppatore andrewspode
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/andrewspode/ohnoyoudidnt/tree/master
Lingue Supportate 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:\/\/*\/"
    ]
}