Little page Notepad

Create a note for page

Wat is Little page Notepad?

Little page Notepad is een Chrome-extensie ontwikkeld door https://sites.google.com/site/virus191288, en de belangrijkste functie is "Create a note for page".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Little page Notepad

Download Little page Notepad-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Create a note for the site(web page). 

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

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

Basisinformatie over de Extensie

Naam Little page Notepad Little page Notepad
ID mlngcccmmbnihhbfcnhppmefapbbjfea
Officiële URL https://chromewebstore.google.com/detail/little-page-notepad/mlngcccmmbnihhbfcnhppmefapbbjfea
Beschrijving Create a note for page
Bestandsgrootte 13.35 KB
Aantal Installaties 150
Huidige Versie 0.5.3
Laatst Bijgewerkt 2015-10-19
Publicatiedatum 2015-10-19
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://sites.google.com/site/virus191288
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://mycrealife.ru/
Help Pagina-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
Ondersteunde Talen 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"
}