Note Board Sticky Notes
Simple and very light weight extension,it remind your works or tasks.
Qu'est-ce que Note Board Sticky Notes ?
Note Board Sticky Notes est une extension Chrome développée par Krishna, et sa fonction principale est "Simple and very light weight extension,it remind your works or tasks.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Note Board Sticky Notes
Téléchargez les fichiers d'extension Note Board Sticky Notes 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
It is very easy to handle and save your valuable points and remember your tasks on it Our features: - Save Notes...! - Right click to add text in popup
Informations de Base sur l'Extension
Nom | Note Board Sticky Notes |
ID | aiichcjobjkafoiaapgoleibkogafemj |
URL Officiel | https://chromewebstore.google.com/detail/note-board-sticky-notes/aiichcjobjkafoiaapgoleibkogafemj |
Description | Simple and very light weight extension,it remind your works or tasks. |
Taille du Fichier | 69.72 KB |
Nombre d'Installations | 332 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-12-10 |
Date de Publication | 2020-12-09 |
Évaluation | 4.50/5 Total 4 Évaluations |
Développeur | Krishna |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.krishnamurthy.me/ |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Note Board Sticky Notes", "version": "1.0", "description": "Simple and very light weight extension,it remind your works or tasks.", "permissions": [ "storage", "notifications", "contextMenus", "unlimitedStorage" ], "browser_action": { "default_icon": "icons\/16.png", "default_title": "Click Me Here", "default_popup": "\/popup.html" }, "background": { "scripts": [ "\/scripts\/eventPage.js" ], "persistent": false }, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |