Notable

Sticky Notes and Note Taking Chrome Extension!

O que é Notable?

Notable é uma extensão do Chrome desenvolvida por Genuvo, e sua principal característica é "Sticky Notes and Note Taking Chrome Extension!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Notable

Baixe arquivos de extensão Notable 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

                        Notable is a chrome extension that aids with note taking. It has three main features. First, it allows the user to create and write on sticky notes of different colors which automatically save and persist even if the device shuts down. Second, the extension lets the user write annotations directly on the web page once the draw button is pressed. Third, it has a screenshot button which captures the web page with the annotations on it in a png file.

Created by Neha Dalia and Sneha Jog                    

Informações Básicas da Extensão

Nome Notable Notable
ID ckhhdfhcoijmbejbeigjcjdfflnmeeje
URL Oficial https://chromewebstore.google.com/detail/notable/ckhhdfhcoijmbejbeigjcjdfflnmeeje
Descrição Sticky Notes and Note Taking Chrome Extension!
Tamanho do Arquivo 711 KB
Contagem de Instalações 733
Versão Atual 1.1
Última Atualização 2020-08-23
Data de Publicação 2020-08-18
Classificação 4.50/5 Total de 6 Avaliações
Desenvolvedor Genuvo
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notable",
    "version": "1.1",
    "description": "Sticky Notes and Note Taking Chrome Extension!",
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "images\/logo.png",
            "128": "images\/logo128.png"
        }
    },
    "icons": {
        "48": "images\/logo.png",
        "128": "images\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/p5.js",
                "draw.js"
            ]
        }
    ],
    "manifest_version": 2
}