YANTAN - NewTab as Markdown NotePad
Yet Another NewTab as Notes - NewTab as Markdown NotePad with Your Favorite Background Image
什么是YANTAN - NewTab as Markdown NotePad?
YANTAN - NewTab as Markdown NotePad是由Aqui Tsuchida开发的Chrome扩展程序,该扩展的主要功能是“Yet Another NewTab as Notes - NewTab as Markdown NotePad with Your Favorite Background Image”。
扩展截图
下载YANTAN - NewTab as Markdown NotePad扩展crx文件
下载YANTAN - NewTab as Markdown NotePad扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | pnaicgpmmccpcpofkpnhephgfoobapna |
官方URL | https://chrome.google.com/webstore/detail/yantan-newtab-as-markdown/pnaicgpmmccpcpofkpnhephgfoobapna |
简介 | Yet Another NewTab as Notes - NewTab as Markdown NotePad with Your Favorite Background Image |
文件大小 | 1.23 MB |
安装次数 | 36 |
当前版本 | 0.5.1 |
更新时间 | 2019-03-08 |
上架时间 | 2019-03-08 |
评分 | 4.67/5 共3次评分 |
开发者 | Aqui Tsuchida |
付费类型 | free |
扩展官网 | https://aquitcd.github.io/yantan/ |
帮助页面URL | https://github.com/AquiTCD/yantan/issues |
支持的语言 | 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" ] } |