Spigot Notifier
Get SpigotMc.org notifications in chrome.
Spigot Notifier란 무엇입니까?
Spigot Notifier은(는) Adriani6에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get SpigotMc.org notifications in chrome."입니다.
Spigot Notifier 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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 |
이메일 | [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\/*" ] } |