Spigot Notifier

Get SpigotMc.org notifications in chrome.

什麼是Spigot Notifier?

Spigot Notifier是由Adriani6開發的Chrome擴展程式,該擴展的主要功能是“Get SpigotMc.org notifications in chrome.”。

下載Spigot Notifier擴展crx文件

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

擴展使用說明

                        Spigot Notifier checks spigot forums if you've received a new message or notification and displayed a total number of unread things, while you can get on with your day-to-day tasks on your PC. You'll never miss out on anything happening on forums.

The extension is open source and the source code/packaged plugin can be found here: https://github.com/Adriani6/SpigotNotifier

Any contributions to make it better are welcome!

Spigot Thread: https://www.spigotmc.org/threads/chrome-spigot-notifier.103988                    

擴展基本資訊

名稱 Spigot Notifier Spigot Notifier
ID dpkibifcklglomemgflhamcdohfobfpd
官方網址 https://chromewebstore.google.com/detail/spigot-notifier/dpkibifcklglomemgflhamcdohfobfpd
簡介 Get SpigotMc.org notifications in chrome.
檔案大小 896 KB
安裝次數 107
目前版本 2.0
更新時間 2017-12-24
上架時間 2017-12-23
評分 4.93/5 共 28 次評分
開發者 Adriani6
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spigot Notifier",
    "description": "Get SpigotMc.org notifications in chrome.",
    "version": "2.0",
    "icons": {
        "32": "Content\/Images\/icon32.png",
        "48": "Content\/Images\/icon48.png",
        "128": "Content\/Images\/icon128.png",
        "512": "Content\/Images\/icon512.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "Content\/Scripts\/jquery.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "activeTab",
        "notifications",
        "storage",
        "tabs",
        "webNavigation",
        "*:\/\/*\/*",
        "tabs",
        "http:\/\/www.spigotmc.org\/*"
    ]
}