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.

Oh No You Didn't! क्या है?

Oh No You Didn't! andrewspode द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically reload tabs that have crashed (Aw Snap! He's Dead Jim etc.). Handy for Kiosk mode where access is limited."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Oh No You Didn't! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Oh No You Didn't! Oh No You Didn't!
ID acdablfhjbhkjbcifldncdkmlophfgda
आधिकारिक URL https://chromewebstore.google.com/detail/oh-no-you-didnt/acdablfhjbhkjbcifldncdkmlophfgda
विवरण Automatically reload tabs that have crashed (Aw Snap! He's Dead Jim etc.). Handy for Kiosk mode where access is limited.
फ़ाइल का आकार 8.27 KB
स्थापना संख्या 24,620
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2021-12-15
प्रकाशन तिथि 2019-06-16
रेटिंग 3.31/5 कुल 13 रेटिंग्स
डेवलपर andrewspode
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/andrewspode/ohnoyoudidnt/tree/master
समर्थित भाषाएँ 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:\/\/*\/"
    ]
}