Browser Notes

Persistant notepad in your browser

What is Browser Notes?

Browser Notes is a Chrome extension developed by anton.jidkov, and its main feature is "Persistant notepad in your browser".

Extension Screenshots

screenshot
screenshot

Download Browser Notes Extension CRX File

Download Browser Notes 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

                        Simple browser note taker that saves automatically and syncs between your account devices.                    

Extension Basic Information

Name Browser Notes Browser Notes
ID faknffefhbboabpelciedjfmpdpkaklb
Official URL https://chromewebstore.google.com/detail/browser-notes/faknffefhbboabpelciedjfmpdpkaklb
Description Persistant notepad in your browser
File Size 37.67 KB
Installation Count 41
Current Version 1.1
Last Updated 2017-09-15
Publish Date 2017-09-15
Rating 5.00/5 Total 1 Ratings
Developer anton.jidkov
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Browser Notes",
    "description": "Persistant notepad in your browser",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "BrowserNotes"
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}