error-notifier

simple error push notifier.

What is error-notifier?

error-notifier is a Chrome extension developed by hinoshita1992, and its main feature is "simple error push notifier.".

Extension Screenshots

screenshot

Download error-notifier Extension CRX File

Download error-notifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        simple javascript error notifier via Notifications API                    

Extension Basic Information

Name error-notifier error-notifier
ID pghkomnlgipicgblncceincimpmpibff
Official URL https://chrome.google.com/webstore/detail/error-notifier/pghkomnlgipicgblncceincimpmpibff
Description simple error push notifier.
File Size 7.12 KB
Installation Count 128
Current Version 0.0.1
Last Updated 2019-08-28
Publish Date 2019-08-25
Developer hinoshita1992
Email [email protected]
Payment Type free
Extension Website https://github.com/mkusaka/error-notifier
Help Page URL https://github.com/mkusaka/error-notifier/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "error-notifier",
    "version": "0.0.1",
    "description": "simple error push notifier.",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/content.js"
            ]
        }
    ]
}