Easy Note
Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome
Qu'est-ce que Easy Note ?
Easy Note est une extension Chrome développée par ozanerturk17, et sa fonction principale est "Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Easy Note
Téléchargez les fichiers d'extension Easy Note 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
You can see your notes directly by opening a new tab. You dont have to remember where did you put your notes. Dobule click to anywhere to start taking note immediatelly.
Informations de Base sur l'Extension
Nom | |
ID | hheobakelknbjicekbkmijjgcbephcef |
URL Officiel | https://chromewebstore.google.com/detail/easy-note/hheobakelknbjicekbkmijjgcbephcef |
Description | Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome |
Taille du Fichier | 222 KB |
Nombre d'Installations | 33 |
Version Actuelle | 1.3.1 |
Dernière Mise à Jour | 2024-02-27 |
Date de Publication | 2021-03-10 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | ozanerturk17 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/ozanerturk/easy-note-chrome-extension |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Easy Note", "description": "Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome", "version": "1.3.1", "background": { "service_worker": "background.js" }, "permissions": [ "clipboard" ], "action": { "default_icon": "icon.png", "default_popup": "tab.html" }, "chrome_url_overrides": { "newtab": "tab.html" } } |