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! là gì?

Oh No You Didn't! là một tiện ích mở rộng Chrome được phát triển bởi andrewspode, và tính năng chính của nó là "Automatically reload tabs that have crashed (Aw Snap! He's Dead Jim etc.). Handy for Kiosk mode where access is limited.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Oh No You Didn't!

Tải xuống các tệp mở rộng Oh No You Didn't! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Oh No You Didn't! Oh No You Didn't!
ID acdablfhjbhkjbcifldncdkmlophfgda
URL Chính Thức https://chromewebstore.google.com/detail/oh-no-you-didnt/acdablfhjbhkjbcifldncdkmlophfgda
Mô tả Automatically reload tabs that have crashed (Aw Snap! He's Dead Jim etc.). Handy for Kiosk mode where access is limited.
Kích Thước Tệp 8.27 KB
Số Lần Cài Đặt 24,620
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2021-12-15
Ngày Phát Hành 2019-06-16
Đánh Giá 3.31/5 Tổng số 13 Đánh Giá
Nhà Phát Triển andrewspode
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/andrewspode/ohnoyoudidnt/tree/master
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/"
    ]
}