Notes
A whiteboard to write anything at any time. Sometimes you need to take quick notes on what is discussed during any meeting or phone…
Qu'est-ce que Notes ?
Notes est une extension Chrome développée par Jon Spensor, et sa fonction principale est "A whiteboard to write anything at any time. Sometimes you need to take quick notes on what is discussed during any meeting or phone…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Notes
Téléchargez les fichiers d'extension 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
A whiteboard to write anything at any time. Sometimes you need to take quick notes on what is discussed during any meeting or phone call. This extension will save you from the "Where to quickly write?" It's just a whiteboard for you where you can add your daily notes and view them on your home and work computer.
Informations de Base sur l'Extension
Nom | Notes |
ID | onlmjbjapkhhmcjocboedglenjieecno |
URL Officiel | https://chromewebstore.google.com/detail/notes/onlmjbjapkhhmcjocboedglenjieecno |
Description | A whiteboard to write anything at any time. Sometimes you need to take quick notes on what is discussed during any meeting or phone… |
Taille du Fichier | 390 KB |
Nombre d'Installations | 67 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2021-08-25 |
Date de Publication | 2021-08-18 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Jon Spensor |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Notes", "version": "1.1", "manifest_version": 2, "browser_action": { "default_popup": "index.html" }, "icons": { "128": "logo.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "unlimitedStorage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'" } |