error-notifier

simple error push notifier.

什麼是error-notifier?

error-notifier是由hinoshita1992開發的Chrome擴展程式,該擴展的主要功能是“simple error push notifier.”。

擴展截圖

screenshot

下載error-notifier擴展crx文件

下載error-notifier擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        simple javascript error notifier via Notifications API                    

擴展基本資訊

名稱 error-notifier error-notifier
ID pghkomnlgipicgblncceincimpmpibff
官方網址 https://chrome.google.com/webstore/detail/error-notifier/pghkomnlgipicgblncceincimpmpibff
簡介 simple error push notifier.
檔案大小 7.12 KB
安裝次數 128
目前版本 0.0.1
更新時間 2019-08-28
上架時間 2019-08-25
開發者 hinoshita1992
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/mkusaka/error-notifier
說明頁面URL https://github.com/mkusaka/error-notifier/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc
支援的語言 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"
            ]
        }
    ]
}