Minimal Notes
It's minimal. Test it.
Wat is Minimal Notes?
Minimal Notes is een Chrome-extensie ontwikkeld door Mojtaba Javan, en de belangrijkste functie is "It's minimal. Test it.".
Extensie Screenshots
Download het CRX-bestand van de extensie Minimal Notes
Download Minimal Notes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Minimal Notes |
ID | hkfapjkjbdhfoeoomnmjmafpehckingh |
Officiële URL | https://chromewebstore.google.com/detail/minimal-notes/hkfapjkjbdhfoeoomnmjmafpehckingh |
Beschrijving | It's minimal. Test it. |
Bestandsgrootte | 12.95 KB |
Aantal Installaties | 48 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2019-06-11 |
Publicatiedatum | 2019-06-11 |
Ontwikkelaar | Mojtaba Javan |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/mrmowji/minimal-notes |
Ondersteunde Talen | 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 } } |