Novel Updates Notifier
Add a notification icon and reading shortcuts for your Novel Updates reading list.
Qu'est-ce que Novel Updates Notifier ?
Novel Updates Notifier est une extension Chrome développée par Spark-NF, et sa fonction principale est "Add a notification icon and reading shortcuts for your Novel Updates reading list.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Novel Updates Notifier
Téléchargez les fichiers d'extension Novel Updates Notifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
* 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
Informations de Base sur l'Extension
Nom | Novel Updates Notifier |
ID | plhhbkakiaffbinchcacleepogbjlban |
URL Officiel | https://chromewebstore.google.com/detail/novel-updates-notifier/plhhbkakiaffbinchcacleepogbjlban |
Description | Add a notification icon and reading shortcuts for your Novel Updates reading list. |
Taille du Fichier | 216 KB |
Nombre d'Installations | 39 |
Version Actuelle | 1.5.0 |
Dernière Mise à Jour | 2020-04-22 |
Date de Publication | 2020-04-22 |
Développeur | Spark-NF |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Spark-NF/novel-updates-notifier |
URL de la Page d'Aide | https://github.com/Spark-NF/novel-updates-notifier/issues |
Langues Prises en Charge | 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" ] } |