Web Notepad

Free Chrome extention notepad

What is Web Notepad?

Web Notepad is a Chrome extension developed by gopityro, and its main feature is "Free Chrome extention notepad".

Extension Screenshots

screenshot
screenshot

Download Web Notepad Extension CRX File

Download Web Notepad 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

                        A Free online web notepad.

You can add your notes and save directly.
You can add notes/text from websites you visit by just select the text and right click add to notes.                    

Extension Basic Information

Name Web Notepad Web Notepad
ID hdlkbfdalcejhcbnbmfpnkjldkjkfcmb
Official URL https://chromewebstore.google.com/detail/web-notepad/hdlkbfdalcejhcbnbmfpnkjldkjkfcmb
Description Free Chrome extention notepad
File Size 67.74 KB
Installation Count 517
Current Version 1.0
Last Updated 2023-09-04
Publish Date 2019-03-25
Rating 5.00/5 Total 4 Ratings
Developer gopityro
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Gopi Tyro",
    "browser_action": {
        "default_icon": "img\/icon-48.png",
        "default_popup": "popup.html"
    },
    "description": "Free Chrome extention notepad",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "manifest_version": 2,
    "name": "Web Notepad",
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ],
    "version": "1.0"
}