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?
Snapper - 'Aw snap' tab reloader是由Bizplay开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载Snapper - 'Aw snap' tab reloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Snapper - 'Aw snap' tab reloader |
ID | jehgbfogcmbekbbcadldojojckehlkbi |
官方URL | https://chromewebstore.google.com/detail/snapper-aw-snap-tab-reloa/jehgbfogcmbekbbcadldojojckehlkbi |
简介 | Reload crashed Chrome tabs (Aw, snap) intended for digital signage. Source code is MIT licensed (https://github.com/bizplay/snapper) |
文件大小 | 41.68 KB |
安装次数 | 2,326 |
当前版本 | 1.0.2 |
更新时间 | 2022-06-10 |
上架时间 | 2016-12-19 |
评分 | 5.00/5 共1次评分 |
开发者 | Bizplay |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://bizplay.com |
支持的语言 | 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" } } |