Little page Notepad

Create a note for page

Vad är Little page Notepad?

Little page Notepad är en Chrome-tillägg utvecklad av https://sites.google.com/site/virus191288, och dess huvudfunktion är "Create a note for page".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Little page Notepad-förlängningens CRX-fil

Ladda ner Little page Notepad-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Create a note for the site(web page). 

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

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

Grundläggande Information om Tillägg

Namn Little page Notepad Little page Notepad
ID mlngcccmmbnihhbfcnhppmefapbbjfea
Officiell webbadress https://chromewebstore.google.com/detail/little-page-notepad/mlngcccmmbnihhbfcnhppmefapbbjfea
Beskrivning Create a note for page
Filstorlek 13.35 KB
Antal Installationer 150
Aktuell Version 0.5.3
Senast Uppdaterad 2015-10-19
Publiceringsdatum 2015-10-19
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare https://sites.google.com/site/virus191288
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://mycrealife.ru/
Hjälpsida 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
Stödda Språk 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"
}