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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |