nuTab
Capture your thoughts and save favorite pages in a new tab
什么是nuTab?
nuTab是由https://nutab.co开发的Chrome扩展程序,该扩展的主要功能是“Capture your thoughts and save favorite pages in a new tab”。
扩展截图
下载nuTab扩展crx文件
下载nuTab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
nuTab is the place for your notes, drafts and todos where you won't ever forget them. 📝 Rich text formatting Use markdown, keyboard shortcuts or inline controls 🔒 Privacy Your notes and favorite pages are saved only on your machine 📦 Export Download a markdown export of your notes anytime 💚 Favorite links Save sites you visit frequently or just don't want to forget 🌗 Dark and light mode Switch between two beautiful themes 🚀 Blazing fast Because you don't have time to wait for the new tab to load
扩展基本信息
名称 | nuTab |
ID | hbflaeaeaoabekejplknlenmohgoaodj |
官方URL | https://chromewebstore.google.com/detail/nutab/hbflaeaeaoabekejplknlenmohgoaodj |
简介 | Capture your thoughts and save favorite pages in a new tab |
文件大小 | 709 KB |
安装次数 | 1,917 |
当前版本 | 1.1.2 |
更新时间 | 2023-10-03 |
上架时间 | 2020-05-13 |
评分 | 4.50/5 共20次评分 |
开发者 | https://nutab.co |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://nutab.co |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "nuTab", "description": "Capture your thoughts and save favorite pages in a new tab", "version": "1.1.2", "manifest_version": 2, "icons": { "128": "icons\/icon.png" }, "permissions": [ "storage", "activeTab" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "nuTab", "default_popup": "popup\/popup.html" }, "chrome_url_overrides": { "newtab": "tab\/tab.html" } } |