Minimal Notes
It's minimal. Test it.
Qu'est-ce que Minimal Notes ?
Minimal Notes est une extension Chrome développée par Mojtaba Javan, et sa fonction principale est "It's minimal. Test it.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Minimal Notes
Téléchargez les fichiers d'extension Minimal 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's a simple, free, open-source and offline note-taking extension. It's best suited for those who want to take notes while reading a page and copy/paste them to another file/service at once. How does it work? 1. Select your text in a web page. 2. Right-click and select "Take note". 3. To see your notes, click the icon. 4. Copy if you want. Changelog - 1.0.3 - Used context menu instead of keyboard shortcut - Fixed some minor bugs
Informations de Base sur l'Extension
Nom | Minimal Notes |
ID | hkfapjkjbdhfoeoomnmjmafpehckingh |
URL Officiel | https://chromewebstore.google.com/detail/minimal-notes/hkfapjkjbdhfoeoomnmjmafpehckingh |
Description | It's minimal. Test it. |
Taille du Fichier | 12.95 KB |
Nombre d'Installations | 48 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2019-06-11 |
Date de Publication | 2019-06-11 |
Développeur | Mojtaba Javan |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/mrmowji/minimal-notes |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Minimal Notes", "description": "It's minimal. Test it.", "version": "1.0.3", "manifest_version": 2, "permissions": [ "storage", "activeTab", "contextMenus" ], "browser_action": { "default_popup": "popup.html", "default_icon": "images\/icon-128.png" }, "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true } } |