error-notifier

simple error push notifier.

Wat is error-notifier?

error-notifier is een Chrome-extensie ontwikkeld door hinoshita1992, en de belangrijkste functie is "simple error push notifier.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie error-notifier

Download error-notifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        simple javascript error notifier via Notifications API                    

Basisinformatie over de Extensie

Naam error-notifier error-notifier
ID pghkomnlgipicgblncceincimpmpibff
Officiële URL https://chrome.google.com/webstore/detail/error-notifier/pghkomnlgipicgblncceincimpmpibff
Beschrijving simple error push notifier.
Bestandsgrootte 7.12 KB
Aantal Installaties 128
Huidige Versie 0.0.1
Laatst Bijgewerkt 2019-08-28
Publicatiedatum 2019-08-25
Ontwikkelaar hinoshita1992
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/mkusaka/error-notifier
Help Pagina-URL https://github.com/mkusaka/error-notifier/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc
Ondersteunde Talen 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"
            ]
        }
    ]
}