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)
Was ist Snapper - 'Aw snap' tab reloader?
Snapper - 'Aw snap' tab reloader ist eine Chrome-Erweiterung, die von Bizplay entwickelt wurde, und ihr Hauptmerkmal ist "Reload crashed Chrome tabs (Aw, snap) intended for digital signage. Source code is MIT licensed (https://github.com/bizplay/snapper)".
Erweiterungsscreenshots
Snapper - 'Aw snap' tab reloader-Erweiterungs-CRX-Datei herunterladen
Laden Sie Snapper - 'Aw snap' tab reloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Snapper - 'Aw snap' tab reloader |
ID | jehgbfogcmbekbbcadldojojckehlkbi |
Offizielle URL | https://chromewebstore.google.com/detail/snapper-aw-snap-tab-reloa/jehgbfogcmbekbbcadldojojckehlkbi |
Beschreibung | Reload crashed Chrome tabs (Aw, snap) intended for digital signage. Source code is MIT licensed (https://github.com/bizplay/snapper) |
Dateigröße | 41.68 KB |
Installationsanzahl | 2,326 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2022-06-10 |
Veröffentlichungsdatum | 2016-12-19 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Bizplay |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://bizplay.com |
Unterstützte Sprachen | 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" } } |