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開發的Chrome擴展程式,該擴展的主要功能是“Automatically reload tabs that have crashed (Aw Snap! He's Dead Jim etc.). Handy for Kiosk mode where access is limited.”。

擴展截圖

screenshot

下載Oh No You Didn't!擴展crx文件

下載Oh No You Didn't!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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:\/\/*\/"
    ]
}