Pop up notes

Simple way of taking quick notes

What is Pop up notes?

Pop up notes is a Chrome extension developed by Unknown, and its main feature is "Simple way of taking quick notes".

Extension Screenshots

screenshot
screenshot

Download Pop up notes Extension CRX File

Download Pop up 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 way of taking and managing quick notes 


1) Allows you to add/delete new tabs and take notes 
2) Allows you edit your content as per your liking 

This is version 1.  New features will be added in the upcoming versions 


Any comments and suggestions will be appreciated 

Thank you.                    

Extension Basic Information

Name Pop up notes Pop up notes
ID gadonekoamhlbfjfpleffgbbebgdgnik
Official URL https://chromewebstore.google.com/detail/pop-up-notes/gadonekoamhlbfjfpleffgbbebgdgnik
Description Simple way of taking quick notes
File Size 1.24 MB
Installation Count 53
Current Version 1.0
Last Updated 2020-01-20
Publish Date 2020-01-19
Rating 5.00/5 Total 7 Ratings
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pop up notes",
    "description": "Simple way of taking quick notes",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        "assets\/css\/*",
        "assets\/js\/*",
        "assets\/fonts\/*"
    ]
}