YANTAN - NewTab as Markdown NotePad
Yet Another NewTab as Notes - NewTab as Markdown NotePad with Your Favorite Background Image
What is YANTAN - NewTab as Markdown NotePad?
YANTAN - NewTab as Markdown NotePad is a Chrome extension developed by Aqui Tsuchida, and its main feature is "Yet Another NewTab as Notes - NewTab as Markdown NotePad with Your Favorite Background Image".
Extension Screenshots
Download YANTAN - NewTab as Markdown NotePad Extension CRX File
Download YANTAN - NewTab as Markdown NotePad extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Yet Another New Tab As Notes Replace new tab to note pad, You can write something in Markdown. Also you can set your favorite image in background with customizable filters. CHANGELOG: https://github.com/AquiTCD/yantan/blob/master/CHANGELOG.md
Extension Basic Information
Name | |
ID | pnaicgpmmccpcpofkpnhephgfoobapna |
Official URL | https://chrome.google.com/webstore/detail/yantan-newtab-as-markdown/pnaicgpmmccpcpofkpnhephgfoobapna |
Description | Yet Another NewTab as Notes - NewTab as Markdown NotePad with Your Favorite Background Image |
File Size | 1.23 MB |
Installation Count | 36 |
Current Version | 0.5.1 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 4.67/5 Total 3 Ratings |
Developer | Aqui Tsuchida |
Payment Type | free |
Extension Website | https://aquitcd.github.io/yantan/ |
Help Page URL | https://github.com/AquiTCD/yantan/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YANTAN - NewTab as Markdown NotePad", "description": "Yet Another NewTab as Notes - NewTab as Markdown NotePad with Your Favorite Background Image", "version": "0.5.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "management" ] } |