EZ-Notes
Take notes better and faster with the click of a single button!
Qu'est-ce que EZ-Notes ?
EZ-Notes est une extension Chrome développée par Aayush Gupta, et sa fonction principale est "Take notes better and faster with the click of a single button!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension EZ-Notes
Téléchargez les fichiers d'extension EZ-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
This extension is one that will help you take notes ANYWHERE with a single click. Click the button, and a note-taking app will pop up, and when you click save, the note will be downloaded to your device. Even if you click on the screen, EZ-Notes will remember the note that you were taking and nothing will be deleted. Notes: - File will be downloaded in .txt file format. - For Windows and Mac users wanting to upload to Google Drive, upload the .txt file to Google Drive. - For Chromebook users, nothing needs to be uploaded and everything will be on Google Drive by default. ---------------------------------------------------------------- EZ-Notes 1.2 Features: - EZ-Notes now retains your note data even if you click on the screen - "New Note" button to easily start a new note and remove all text
Informations de Base sur l'Extension
Nom | EZ-Notes |
ID | hdeeaaiigagefglpjckfifebpcebiklb |
URL Officiel | https://chromewebstore.google.com/detail/ez-notes/hdeeaaiigagefglpjckfifebpcebiklb |
Description | Take notes better and faster with the click of a single button! |
Taille du Fichier | 52.46 KB |
Nombre d'Installations | 310 |
Version Actuelle | 1.2.1 |
Dernière Mise à Jour | 2020-05-09 |
Date de Publication | 2020-05-09 |
Évaluation | 4.25/5 Total 8 Évaluations |
Développeur | Aayush Gupta |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "EZ-Notes", "description": "Take notes better and faster with the click of a single button!", "version": "1.2.1", "permissions": [ "downloads" ], "icons": { "16": "16x16.png", "32": "96x96.png", "48": "96x96.png", "128": "128x128.png" }, "background": { "scripts": [ "jquery-2.2.4.min.js", "index.js" ] }, "browser_action": { "default_icon": "96x96.png", "default_popup": "index.html" } } |