WebNote

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

Wat is WebNote?

WebNote is een Chrome-extensie ontwikkeld door Brahmdev Pandey, en de belangrijkste functie is "Displays a popup where you can add notes for your web pages".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie WebNote

Download WebNote-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam WebNote WebNote
ID acoahnjabddobenghemlihgijcnnmkjm
Officiële URL https://chrome.google.com/webstore/detail/webnote/acoahnjabddobenghemlihgijcnnmkjm
Beschrijving Displays a popup where you can add notes for your web pages
Bestandsgrootte 168 KB
Aantal Installaties 35
Huidige Versie 2.0
Laatst Bijgewerkt 2018-03-27
Publicatiedatum 2018-03-27
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Brahmdev Pandey
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
    }
}