Tieba Notify
Baidu Tieba auto notifier.
Tieba Notify란 무엇입니까?
Tieba Notify은(는) https://kotori.love에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Baidu Tieba auto notifier."입니다.
확장 프로그램 스크린샷
Tieba Notify 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
自动提醒贴吧消息的扩展程序。包括粉丝、回复、精品、@提到我、回收站提醒。 代码参考自GM脚本:https://greasyfork.org/zh-CN/scripts/5009-%E8%B4%B4%E5%90%A7%E5%9B%9E%E5%A4%8D%E6%8F%90%E9%86%92 GitHub地址:https://github.com/kokororin/TiebaNotify
확장 프로그램 기본 정보
이름 | |
ID | hblmldkegfadhhkcochghnjllhdefaem |
공식 URL | https://chrome.google.com/webstore/detail/%E8%B4%B4%E5%90%A7%E6%B6%88%E6%81%AF%E6%8F%90%E9%86%92/hblmldkegfadhhkcochghnjllhdefaem |
설명 | Baidu Tieba auto notifier. |
파일 크기 | 65.82 KB |
설치 횟수 | 22 |
현재 버전 | 1.2 |
최근 업데이트 | 2015-11-30 |
출시 날짜 | 2015-11-30 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | https://kotori.love |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_description__", "version": "1.2", "default_locale": "zh_CN", "browser_action": { "default_popup": "popup.html", "default_icon": { "19": "imgs\/icon-19.png", "38": "imgs\/icon-38.png" } }, "icons": { "16": "imgs\/logo-16.png", "32": "imgs\/logo-32.png", "48": "imgs\/logo-48.png", "128": "imgs\/logo-128.png" }, "permissions": [ "tabs", "http:\/\/*.tieba.baidu.com\/*", "notifications" ], "background": { "page": "background.html", "persistent": true }, "options_page": "options.html" } |