WebNotes

This app is used for saving notes for each websites

What is WebNotes?

WebNotes is a Chrome extension developed by Dev App Zone, and its main feature is "This app is used for saving notes for each websites".

Extension Screenshots

screenshot

Download WebNotes Extension CRX File

Download WebNotes 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

                        Webnotes app is used to create notes for each websites based on domain or url.                    

Extension Basic Information

Name WebNotes WebNotes
ID dkjbpnichmoanmojencpfooppjlokhhb
Official URL https://chromewebstore.google.com/detail/webnotes/dkjbpnichmoanmojencpfooppjlokhhb
Description This app is used for saving notes for each websites
File Size 638 KB
Installation Count 363
Current Version 1.3.0
Last Updated 2024-03-06
Publish Date 2017-06-26
Developer Dev App Zone
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebNotes",
    "description": "This app is used for saving notes for each websites",
    "version": "1.3.0",
    "manifest_version": 3,
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_title": "Web Notes",
        "default_icon": "icb1.png",
        "default_popup": "index.html"
    },
    "icons": {
        "48": "icb1.png"
    }
}