Minimal Notes
It's minimal. Test it.
Cos'è Minimal Notes?
Minimal Notes è un'estensione di Chrome sviluppata da Mojtaba Javan, e la sua funzione principale è "It's minimal. Test it.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Minimal Notes
Scarica i file di estensione Minimal Notes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | hkfapjkjbdhfoeoomnmjmafpehckingh |
| URL Ufficiale | https://chromewebstore.google.com/detail/minimal-notes/hkfapjkjbdhfoeoomnmjmafpehckingh |
| Descrizione | It's minimal. Test it. |
| Dimensione del File | 12.95 KB |
| Conteggio Installazioni | 48 |
| Versione Corrente | 1.0.3 |
| Ultimo Aggiornamento | 2019-06-11 |
| Data di Pubblicazione | 2019-06-11 |
| Sviluppatore | Mojtaba Javan |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/mrmowji/minimal-notes |
| Lingue Supportate | 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
}
} | |