Jot

This extension replaces the new tab page for note taking.

Qu'est-ce que Jot ?

Jot est une extension Chrome développée par Matt O'Hagan, et sa fonction principale est "This extension replaces the new tab page for note taking.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Jot

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

                        Quick note taking extension to replace the new tab page.

To add more pictures for the next version, send a pull request to github.com/mattohagan/jot.                    

Informations de Base sur l'Extension

Nom Jot Jot
ID mnemjleajnmodijhnibpekloajfdjjja
URL Officiel https://chromewebstore.google.com/detail/jot/mnemjleajnmodijhnibpekloajfdjjja
Description This extension replaces the new tab page for note taking.
Taille du Fichier 22.54 MB
Nombre d'Installations 8,471
Version Actuelle 0.2
Dernière Mise à Jour 2014-10-04
Date de Publication 2014-10-03
Évaluation 3.73/5 Total 136 Évaluations
Développeur Matt O'Hagan
Type de Paiement free
Site Web de l'Extension http://mattohagan.github.io
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jot",
    "description": "This extension replaces the new tab page for note taking.",
    "version": "0.2",
    "chrome_url_overrides": {
        "newtab": "jot.html"
    },
    "icons": {
        "128": "icon128.png"
    }
}