Minimal Notes

It's minimal. Test it.

O que é Minimal Notes?

Minimal Notes é uma extensão do Chrome desenvolvida por Mojtaba Javan, e sua principal característica é "It's minimal. Test it.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Minimal Notes

Baixe arquivos de extensão Minimal Notes no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Minimal Notes Minimal Notes
ID hkfapjkjbdhfoeoomnmjmafpehckingh
URL Oficial https://chromewebstore.google.com/detail/minimal-notes/hkfapjkjbdhfoeoomnmjmafpehckingh
Descrição It's minimal. Test it.
Tamanho do Arquivo 12.95 KB
Contagem de Instalações 48
Versão Atual 1.0.3
Última Atualização 2019-06-11
Data de Publicação 2019-06-11
Desenvolvedor Mojtaba Javan
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/mrmowji/minimal-notes
Idiomas Suportados 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
    }
}