Little page Notepad

Create a note for page

What is Little page Notepad?

Little page Notepad is a Chrome extension developed by https://sites.google.com/site/virus191288, and its main feature is "Create a note for page".

Extension Screenshots

screenshot
screenshot
screenshot

Download Little page Notepad Extension CRX File

Download Little page 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

                        Create a note for the site(web page). 

Features:
- Save and load you note
- Synchronization
- editing notes

Rus:
Маленький web блокнот для сохранения заметок на странице. Умеет сохранять, загружать, редактировать и синхронизировать заметки.                    

Extension Basic Information

Name Little page Notepad Little page Notepad
ID mlngcccmmbnihhbfcnhppmefapbbjfea
Official URL https://chromewebstore.google.com/detail/little-page-notepad/mlngcccmmbnihhbfcnhppmefapbbjfea
Description Create a note for page
File Size 13.35 KB
Installation Count 150
Current Version 0.5.3
Last Updated 2015-10-19
Publish Date 2015-10-19
Rating 5.00/5 Total 4 Ratings
Developer https://sites.google.com/site/virus191288
Email [email protected]
Payment Type free
Extension Website http://mycrealife.ru/
Help Page URL http://mycrealife.ru/%D0%BE%D0%B1%D1%81%D1%83%D0%B6%D0%B4%D0%B5%D0%BD%D0%B8%D0%B5-%D1%81%D0%B0%D0%B9%D1%82%D0%B0
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "browser-action.png",
        "default_title": "Create a note for page",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "popup.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Create a note for page",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png"
    },
    "name": "Little page Notepad",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ],
    "manifest_version": 2,
    "version": "0.5.3"
}