Secret Notes
Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly
Qu'est-ce que Secret Notes ?
Secret Notes est une extension Chrome développée par Nicholas Z., et sa fonction principale est "Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly".
Télécharger le fichier CRX de l'extension Secret Notes
Téléchargez les fichiers d'extension Secret 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
Informations de Base sur l'Extension
Nom | Secret Notes |
ID | hedimpoelhfnnnkhnbbdpaahkjenfppn |
URL Officiel | https://chromewebstore.google.com/detail/secret-notes/hedimpoelhfnnnkhnbbdpaahkjenfppn |
Description | Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly |
Taille du Fichier | 39.12 KB |
Nombre d'Installations | 173 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2018-01-18 |
Date de Publication | 2018-01-17 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Nicholas Z. |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Secret Notes", "short_name": "SecretNotes", "description": "Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly", "version": "2.0", "icons": { "128": "icon\/128.png", "48": "icon\/48.png" }, "browser_action": { "default_icon": "icon\/48.png", "default_popup": "popup.html" } } |