Jot
This extension replaces the new tab page for note taking.
Wat is Jot?
Jot is een Chrome-extensie ontwikkeld door Matt O'Hagan, en de belangrijkste functie is "This extension replaces the new tab page for note taking.".
Extensie Screenshots
Download het CRX-bestand van de extensie Jot
Download Jot-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
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. Basisinformatie over de Extensie
| Naam | |
| ID | mnemjleajnmodijhnibpekloajfdjjja |
| Officiële URL | https://chromewebstore.google.com/detail/jot/mnemjleajnmodijhnibpekloajfdjjja |
| Beschrijving | This extension replaces the new tab page for note taking. |
| Bestandsgrootte | 22.54 MB |
| Aantal Installaties | 8,471 |
| Huidige Versie | 0.2 |
| Laatst Bijgewerkt | 2014-10-04 |
| Publicatiedatum | 2014-10-03 |
| Beoordeling | 3.73/5 Totaal 136 Beoordelingen |
| Ontwikkelaar | Matt O'Hagan |
| Betalingswijze | free |
| Extensiewebsite | http://mattohagan.github.io |
| Ondersteunde Talen | 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"
}
} | |