Minimal Notes
It's minimal. Test it.
Was ist Minimal Notes?
Minimal Notes ist eine Chrome-Erweiterung, die von Mojtaba Javan entwickelt wurde, und ihr Hauptmerkmal ist "It's minimal. Test it.".
Erweiterungsscreenshots
Minimal Notes-Erweiterungs-CRX-Datei herunterladen
Laden Sie Minimal Notes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Minimal Notes |
ID | hkfapjkjbdhfoeoomnmjmafpehckingh |
Offizielle URL | https://chromewebstore.google.com/detail/minimal-notes/hkfapjkjbdhfoeoomnmjmafpehckingh |
Beschreibung | It's minimal. Test it. |
Dateigröße | 12.95 KB |
Installationsanzahl | 48 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2019-06-11 |
Veröffentlichungsdatum | 2019-06-11 |
Entwickler | Mojtaba Javan |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/mrmowji/minimal-notes |
Unterstützte Sprachen | 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 } } |