Notes Tab

This extension creates a note pad in a new tab

Wat is Notes Tab?

Notes Tab is een Chrome-extensie ontwikkeld door patrickasdf, en de belangrijkste functie is "This extension creates a note pad in a new tab".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Notes Tab

Download Notes Tab-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

                        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                    

Basisinformatie over de Extensie

Naam Notes Tab Notes Tab
ID godhnbnhjjhcooiigbabagepddfmjgbk
Officiële URL https://chrome.google.com/webstore/detail/notes-tab/godhnbnhjjhcooiigbabagepddfmjgbk
Beschrijving This extension creates a note pad in a new tab
Bestandsgrootte 125 KB
Aantal Installaties 202
Huidige Versie 1.2
Laatst Bijgewerkt 2015-08-26
Publicatiedatum 2015-08-26
Beoordeling 4.33/5 Totaal 6 Beoordelingen
Ontwikkelaar patrickasdf
Betalingswijze free
Extensiewebsite http://www.patrickmatherly.com
Ondersteunde Talen 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"
    }
}