Notetab - capture your thoughts
Capture your thoughts seamlessly in the new tab page
什么是Notetab - capture your thoughts?
Notetab - capture your thoughts是由Nicklas Cook开发的Chrome扩展程序,该扩展的主要功能是“Capture your thoughts seamlessly in the new tab page”。
扩展截图
下载Notetab - capture your thoughts扩展crx文件
下载Notetab - capture your thoughts扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Replace the new tab with a better way to manage your life. Lightweight, minimalistic and blazing fast. ✔ Seamless syncing of notes across your Google account. ✔ Beautiful background images from reddit.com/r/Earthporn ✔ 'Notepads' to create lists, separate notes and much more. ✔ Bookmarks with images built in. ✔ Simple timer. ✔ Material Design with both light and dark themes. More Information: https://github.com/nicklascook/Notetab
扩展基本信息
名称 | Notetab - capture your thoughts |
ID | malimlglkbkgjkainkeemkhmedcbeene |
官方URL | https://chromewebstore.google.com/detail/notetab-capture-your-thou/malimlglkbkgjkainkeemkhmedcbeene |
简介 | Capture your thoughts seamlessly in the new tab page |
文件大小 | 175 KB |
安装次数 | 190 |
当前版本 | 1.4.5 |
更新时间 | 2017-04-30 |
上架时间 | 2017-04-30 |
评分 | 4.86/5 共7次评分 |
开发者 | Nicklas Cook |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/nicklascook/Notetab |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Notetab - capture your thoughts", "author": "Nicklas Cook", "version": "1.4.5", "description": "Capture your thoughts seamlessly in the new tab page", "short_name": "Notetab", "incognito": "split", "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "storage" ], "icons": { "128": "icon128.png" }, "manifest_version": 2 } |