New Tab Notepad

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

Qu'est-ce que New Tab Notepad ?

New Tab Notepad est une extension Chrome développée par dmos, et sa fonction principale est "Minimal note area replaces default new tab. Notes are automatically synced.".

Télécharger le fichier CRX de l'extension New Tab Notepad

Téléchargez les fichiers d'extension New Tab Notepad 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

                                            

Informations de Base sur l'Extension

Nom New Tab Notepad New Tab Notepad
ID pddkodofopnmfgdldpakeebgmfjoombe
URL Officiel https://chromewebstore.google.com/detail/new-tab-notepad/pddkodofopnmfgdldpakeebgmfjoombe
Description Minimal note area replaces default new tab. Notes are automatically synced.
Taille du Fichier 7.68 KB
Nombre d'Installations 15
Version Actuelle 1.0
Dernière Mise à Jour 2016-03-08
Date de Publication 2016-03-08
Évaluation 4.00/5 Total 1 Évaluations
Développeur dmos
Type de Paiement free
Langues Prises en Charge 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"
}