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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reload crashed Chrome tabs (Aw, snap) intended for digital signage. Source code is MIT licensed (https://github.com/bizplay/snapper)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Snapper - 'Aw snap' tab reloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |