WebNote

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

What is WebNote?

WebNote is a Chrome extension developed by Brahmdev Pandey, and its main feature is "Displays a popup where you can add notes for your web pages".

Extension Screenshots

screenshot

Download WebNote Extension CRX File

Download WebNote extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name WebNote WebNote
ID acoahnjabddobenghemlihgijcnnmkjm
Official URL https://chrome.google.com/webstore/detail/webnote/acoahnjabddobenghemlihgijcnnmkjm
Description Displays a popup where you can add notes for your web pages
File Size 168 KB
Installation Count 35
Current Version 2.0
Last Updated 2018-03-27
Publish Date 2018-03-27
Rating 5.00/5 Total 1 Ratings
Developer Brahmdev Pandey
Email [email protected]
Payment Type free
Supported Languages 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
    }
}