Notes Tab

This extension creates a note pad in a new tab

Was ist Notes Tab?

Notes Tab ist eine Chrome-Erweiterung, die von patrickasdf entwickelt wurde, und ihr Hauptmerkmal ist "This extension creates a note pad in a new tab".

Erweiterungsscreenshots

screenshot

Notes Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Notes Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Notes Tab simplifies the homepage experience. Whenever you open a new tab, a simple text editor appears. Use new tabs to write to-do lists, appointment times, or to just jot down notes. If you want to save it to your computer just file + save as, otherwise your notes will auto-save and will be there when you open a new tab.

Features:
- Auto-save
- Current date in the heading                    

Grundlegende Informationen zur Erweiterung

Name Notes Tab Notes Tab
ID godhnbnhjjhcooiigbabagepddfmjgbk
Offizielle URL https://chrome.google.com/webstore/detail/notes-tab/godhnbnhjjhcooiigbabagepddfmjgbk
Beschreibung This extension creates a note pad in a new tab
Dateigröße 125 KB
Installationsanzahl 202
Aktuelle Version 1.2
Letztes Update 2015-08-26
Veröffentlichungsdatum 2015-08-26
Bewertung 4.33/5 Insgesamt 6 Bewertungen
Entwickler patrickasdf
Zahlungsart free
Erweiterungswebsite http://www.patrickmatherly.com
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Notes Tab",
    "description": "This extension creates a note pad in a new tab",
    "version": "1.2",
    "permissions": [
        "tabs",
        "topSites"
    ],
    "browser_action": [],
    "chrome_url_overrides": {
        "newtab": "newpad.html"
    },
    "icons": {
        "16": "newpadicon16.png",
        "48": "newpadicon48.png",
        "128": "newpadicon128.png"
    }
}