WebNote

Displays a popup where you can add notes for your web pages

Cos'è WebNote?

WebNote è un'estensione di Chrome sviluppata da Brahmdev Pandey, e la sua funzione principale è "Displays a popup where you can add notes for your web pages".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WebNote

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

                        Displays a popup where you can add notes, take a screenshot for active tab and add your recording for your web pages                    

Informazioni di Base sull'Estensione

Nome WebNote WebNote
ID acoahnjabddobenghemlihgijcnnmkjm
URL Ufficiale https://chrome.google.com/webstore/detail/webnote/acoahnjabddobenghemlihgijcnnmkjm
Descrizione Displays a popup where you can add notes for your web pages
Dimensione del File 168 KB
Conteggio Installazioni 35
Versione Corrente 2.0
Ultimo Aggiornamento 2018-03-27
Data di Pubblicazione 2018-03-27
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Brahmdev Pandey
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WebNote",
    "description": "Displays a popup where you can add notes for your web pages",
    "version": "2.0",
    "permissions": [
        "desktopCapture",
        "storage",
        "tabs",
        "tabCapture",
        "activeTab",
        "identity"
    ],
    "browser_action": {
        "default_icon": "icons\/webnote.png",
        "default_title": "Take a Note",
        "default_popup": "popup\/view\/panel.html"
    },
    "background": {
        "scripts": [
            "background\/background.common.js",
            "background\/background.js",
            "background\/background.desktopCapture.js",
            "background\/background.messaging.js",
            "background\/background.players.js",
            "RecordRTC\/MediaStreamRecorder.js",
            "RecordRTC\/MultiStreamRecorder.js",
            "RecordRTC\/DiskStorage.js"
        ],
        "persistent": false
    }
}