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 拡張機能の基本情報
| 名前 | |
| ID | dpkibifcklglomemgflhamcdohfobfpd |
| 公式URL | 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 |
| Eメール | [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\/*"
]
} | |