Notepad

Create, open, and edit notes quickly and easily

Vad är Notepad?

Notepad är en Chrome-tillägg utvecklad av https://silversinkdevelopment.com, och dess huvudfunktion är "Create, open, and edit notes quickly and easily".

Tilläggsskärmbilder

screenshot
screenshot

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

Ladda ner 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

                        Easily create, edit and view notes within your Google Chrome browser.                    

Grundläggande Information om Tillägg

Namn Notepad Notepad
ID lhlogiifobbflegkhfmijkkdcejkcmdj
Officiell webbadress https://chromewebstore.google.com/detail/notepad/lhlogiifobbflegkhfmijkkdcejkcmdj
Beskrivning Create, open, and edit notes quickly and easily
Filstorlek 350 KB
Antal Installationer 4,631
Aktuell Version 1.3
Senast Uppdaterad 2012-07-26
Publiceringsdatum 2012-07-26
Betyg 3.33/5 Totalt 15 Betyg
Utvecklare https://silversinkdevelopment.com
Betalningssätt free
Tilläggswebbplats http://silversinkdevelopment.com/
Stödda Språk en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notepad",
    "version": "1.3",
    "manifest_version": 2,
    "description": "Create, open, and edit notes quickly and easily",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon.png"
    }
}