Jot
This extension replaces the new tab page for note taking.
Vad är Jot?
Jot är en Chrome-tillägg utvecklad av Matt O'Hagan, och dess huvudfunktion är "This extension replaces the new tab page for note taking.".
Tilläggsskärmbilder
Ladda ner Jot-förlängningens CRX-fil
Ladda ner Jot-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | mnemjleajnmodijhnibpekloajfdjjja |
| Officiell webbadress | https://chromewebstore.google.com/detail/jot/mnemjleajnmodijhnibpekloajfdjjja |
| Beskrivning | This extension replaces the new tab page for note taking. |
| Filstorlek | 22.54 MB |
| Antal Installationer | 8,471 |
| Aktuell Version | 0.2 |
| Senast Uppdaterad | 2014-10-04 |
| Publiceringsdatum | 2014-10-03 |
| Betyg | 3.73/5 Totalt 136 Betyg |
| Utvecklare | Matt O'Hagan |
| Betalningssätt | free |
| Tilläggswebbplats | http://mattohagan.github.io |
| Stödda Språk | 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"
}
} | |