New Tab Notepad

Minimal note area replaces default new tab. Notes are automatically synced.

Vad är New Tab Notepad?

New Tab Notepad är en Chrome-tillägg utvecklad av dmos, och dess huvudfunktion är "Minimal note area replaces default new tab. Notes are automatically synced.".

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

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

                                            

Grundläggande Information om Tillägg

Namn New Tab Notepad New Tab Notepad
ID pddkodofopnmfgdldpakeebgmfjoombe
Officiell webbadress https://chromewebstore.google.com/detail/new-tab-notepad/pddkodofopnmfgdldpakeebgmfjoombe
Beskrivning Minimal note area replaces default new tab. Notes are automatically synced.
Filstorlek 7.68 KB
Antal Installationer 15
Aktuell Version 1.0
Senast Uppdaterad 2016-03-08
Publiceringsdatum 2016-03-08
Betyg 4.00/5 Totalt 1 Betyg
Utvecklare dmos
Betalningssätt free
Stödda Språk en
manifest.json
{
    "background": {
        "scripts": [
            "js\/main.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "description": "Minimal note area replaces default new tab. Notes are automatically synced.",
    "icons": {
        "128": "img\/icon\/icon128.png",
        "48": "img\/icon\/icon48.png",
        "16": "img\/icon\/icon16.png"
    },
    "manifest_version": 2,
    "name": "New Tab Notepad",
    "permissions": [
        "storage"
    ],
    "short_name": "Notepad",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}