Notes Tab

This extension creates a note pad in a new tab

Qu'est-ce que Notes Tab ?

Notes Tab est une extension Chrome développée par patrickasdf, et sa fonction principale est "This extension creates a note pad in a new tab".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Notes Tab

Téléchargez les fichiers d'extension Notes Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Notes Tab Notes Tab
ID godhnbnhjjhcooiigbabagepddfmjgbk
URL Officiel https://chrome.google.com/webstore/detail/notes-tab/godhnbnhjjhcooiigbabagepddfmjgbk
Description This extension creates a note pad in a new tab
Taille du Fichier 125 KB
Nombre d'Installations 202
Version Actuelle 1.2
Dernière Mise à Jour 2015-08-26
Date de Publication 2015-08-26
Évaluation 4.33/5 Total 6 Évaluations
Développeur patrickasdf
Type de Paiement free
Site Web de l'Extension http://www.patrickmatherly.com
Langues Prises en Charge 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"
    }
}