MemoPad New Tab
Memopad New Tab makes it a Markdown editor instead of the default [New Tab] in Google Chrome.
什么是MemoPad New Tab?
MemoPad New Tab是由nojaja开发的Chrome扩展程序,该扩展的主要功能是“Memopad New Tab makes it a Markdown editor instead of the default [New Tab] in Google Chrome.”。
扩展截图
下载MemoPad New Tab扩展crx文件
下载MemoPad New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Memopad New Tab makes it a Markdown editor instead of the default "New Tab" in Google Chrome. Open a new tab to 🗒️ take notes, save ⏰ reminders, 🔗 paste links, or create a table. The emphasis is on quick, clean, and simple to use as an alternative to the default "New Tab". * Easy. You can open a new tab and write whatever you like. The next time you open a new tab, you'll still have what you entered last time. * Note list. You can create multiple notes as needed. * Powerful. By using Markdown syntax, you can express yourself in a variety of ways. See [this great guide] (https://github.github.com/gfm/) for Markdown syntax. * Offline description Memopad New Tab is stored in the browser, not on the server. You can create and edit notes offline as well.
扩展基本信息
名称 | MemoPad New Tab |
ID | iohinadgijcpmclidcgalomljfabkpde |
官方URL | https://chromewebstore.google.com/detail/memopad-new-tab/iohinadgijcpmclidcgalomljfabkpde |
简介 | Memopad New Tab makes it a Markdown editor instead of the default [New Tab] in Google Chrome. |
文件大小 | 9.05 MB |
安装次数 | 19 |
当前版本 | 0.0.13 |
更新时间 | 2022-01-29 |
上架时间 | 2020-04-20 |
评分 | 2.00/5 共1次评分 |
开发者 | nojaja |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/nojaja/memopad-new-tab#readme |
帮助页面URL | https://github.com/nojaja/memopad-new-tab/issues |
支持的语言 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_ext_name__", "manifest_version": 2, "description": "__MSG_ext_desc__", "icons": { "42": "icons\/icon_42.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_icon": { "32": "icons\/icon_32.png" } }, "version": "0.0.13", "offline_enabled": true, "permissions": [], "default_locale": "en", "chrome_url_overrides": { "newtab": "index.html" } } |