Novel Updates Notifier
Add a notification icon and reading shortcuts for your Novel Updates reading list.
Novel Updates Notifier란 무엇입니까?
Novel Updates Notifier은(는) Spark-NF에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add a notification icon and reading shortcuts for your Novel Updates reading list."입니다.
확장 프로그램 스크린샷
Novel Updates Notifier 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
* Checks when new chapters are out for the novels in your reading list * Notifies you via the extension's badge and optional notifications * Can automatically mark chapters as read
확장 프로그램 기본 정보
이름 | Novel Updates Notifier |
ID | plhhbkakiaffbinchcacleepogbjlban |
공식 URL | https://chromewebstore.google.com/detail/novel-updates-notifier/plhhbkakiaffbinchcacleepogbjlban |
설명 | Add a notification icon and reading shortcuts for your Novel Updates reading list. |
파일 크기 | 216 KB |
설치 횟수 | 39 |
현재 버전 | 1.5.0 |
최근 업데이트 | 2020-04-22 |
출시 날짜 | 2020-04-22 |
개발자 | Spark-NF |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/Spark-NF/novel-updates-notifier |
도움말 페이지 URL | https://github.com/Spark-NF/novel-updates-notifier/issues |
지원되는 언어 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "short_name": "NU Notifier", "version": "1.5.0", "author": "Spark-NF", "description": "__MSG_extensionDescription__", "homepage_url": "https:\/\/github.com\/Spark-NF\/novel-updates-notifier", "icons": { "48": "icons\/icon-48.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png" }, "content_security_policy": "script-src 'self'; object-src 'self'; connect-src https:\/\/www.novelupdates.com", "default_locale": "en", "background": { "page": "src\/background\/background.html", "persistent": true }, "permissions": [ "storage", "cookies", "notifications", "*:\/\/www.novelupdates.com\/*" ], "optional_permissions": [ "webNavigation", "*:\/\/www.webnovel.com\/*", "*:\/\/m.webnovel.com\/*", "*:\/\/www.wuxiaworld.com\/*" ], "browser_action": { "default_icon": { "16": "icons\/action-16.png", "32": "icons\/action-32.png", "64": "icons\/action-64.png" }, "theme_icons": [ { "light": "icons\/action-16-light.png", "dark": "icons\/action-16.png", "size": 16 }, { "light": "icons\/action-32-light.png", "dark": "icons\/action-32.png", "size": 32 }, { "light": "icons\/action-64-light.png", "dark": "icons\/action-64.png", "size": 64 } ], "default_title": "Novel Updates", "default_popup": "src\/popup\/popup.html" }, "options_ui": { "page": "src\/options\/options.html" }, "web_accessible_resources": [ "src\/userstyles\/css\/*.css" ] } |