Snapper - 'Aw snap' tab reloader
Reload crashed Chrome tabs (Aw, snap) intended for digital signage. Source code is MIT licensed (https://github.com/bizplay/snapper)
Snapper - 'Aw snap' tab reloader là gì?
Snapper - 'Aw snap' tab reloader là một tiện ích mở rộng Chrome được phát triển bởi Bizplay, và tính năng chính của nó là "Reload crashed Chrome tabs (Aw, snap) intended for digital signage. Source code is MIT licensed (https://github.com/bizplay/snapper)".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Snapper - 'Aw snap' tab reloader
Tải xuống các tệp mở rộng Snapper - 'Aw snap' tab reloader 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
Reason for this extension When using Chrome to show digital signage content it is important that Chrome does not get stuck on the "Aw snap" error page. Since Chrome runs continuously hours on end for this purpose the chance of an "Aw snap" error is real. How Snapper works This Chrome extension will reload a tab that runs into an "Aw snap" error automatically, minimizing any interruption of the digital signage content.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Snapper - 'Aw snap' tab reloader |
ID | jehgbfogcmbekbbcadldojojckehlkbi |
URL Chính Thức | https://chromewebstore.google.com/detail/snapper-aw-snap-tab-reloa/jehgbfogcmbekbbcadldojojckehlkbi |
Mô tả | Reload crashed Chrome tabs (Aw, snap) intended for digital signage. Source code is MIT licensed (https://github.com/bizplay/snapper) |
Kích Thước Tệp | 41.68 KB |
Số Lần Cài Đặt | 2,326 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2022-06-10 |
Ngày Phát Hành | 2016-12-19 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Bizplay |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://bizplay.com |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Snapper - 'Aw snap' tab reloader", "short_name": "Snapper", "description": "Reload crashed Chrome tabs (Aw, snap) intended for digital signage. Source code is MIT licensed (https:\/\/github.com\/bizplay\/snapper)", "manifest_version": 2, "version": "1.0.2", "background": { "scripts": [ "javascript\/background.js" ], "persistent": true }, "permissions": [ "tabs" ], "browser_action": { "default_icon": { "16": "icons\/icon-016.png", "24": "icons\/icon-024.png", "32": "icons\/icon-032.png" }, "default_title": "Snapper" }, "icons": { "16": "icons\/icon-016.png", "19": "icons\/icon-019.png", "24": "icons\/icon-024.png", "32": "icons\/icon-032.png", "48": "icons\/icon-048.png", "128": "icons\/icon-128.png" } } |