Popup Notes

Take quick notes while you surf. What could be more simple?

O que é Popup Notes?

Popup Notes é uma extensão do Chrome desenvolvida por https://gourav.io, e sua principal característica é "Take quick notes while you surf. What could be more simple?".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Popup Notes

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

                        Take notes without leaving current tab!
Easiest way to note down copied text, phone numbers, links, to-do items etc while browsing on Google Chrome.

Features :
-- Lightweight, easy to use & secure.
-- Copy selected text to Popup Notes directly from right-click.
-- Auto-save notes upon closing.
-- Auto-focus on notes.
-- Use TAB key to indent your text.
-- Ad-free.                    

Informações Básicas da Extensão

Nome Popup Notes Popup Notes
ID pakngoacmndjaomplokegbepmohpfofb
URL Oficial https://chromewebstore.google.com/detail/popup-notes/pakngoacmndjaomplokegbepmohpfofb
Descrição Take quick notes while you surf. What could be more simple?
Tamanho do Arquivo 38.95 KB
Contagem de Instalações 1,191
Versão Atual 2.0
Última Atualização 2020-10-02
Data de Publicação 2017-11-30
Classificação 3.00/5 Total de 8 Avaliações
Desenvolvedor https://gourav.io
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/eventPage.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "name": "Popup Notes",
    "description": "Take quick notes while you surf. What could be more simple?",
    "version": "2.0",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Popup Notes!"
    },
    "offline_enabled": true,
    "short_name": "Popup Notes",
    "permissions": [
        "storage",
        "contextMenus"
    ]
}