Popup Notes

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

Cos'è Popup Notes?

Popup Notes è un'estensione di Chrome sviluppata da https://gourav.io, e la sua funzione principale è "Take quick notes while you surf. What could be more simple?".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Popup Notes

Scarica i file di estensione Popup 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Popup Notes Popup Notes
ID pakngoacmndjaomplokegbepmohpfofb
URL Ufficiale https://chromewebstore.google.com/detail/popup-notes/pakngoacmndjaomplokegbepmohpfofb
Descrizione Take quick notes while you surf. What could be more simple?
Dimensione del File 38.95 KB
Conteggio Installazioni 1,191
Versione Corrente 2.0
Ultimo Aggiornamento 2020-10-02
Data di Pubblicazione 2017-11-30
Valutazione 3.00/5 Totale 8 Valutazioni
Sviluppatore https://gourav.io
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}