Tab Notes
Tab Notes will helps you to make notes on the browser. It is easy to use and quick to access
什么是Tab Notes?
Tab Notes是由Vineeth TR开发的Chrome扩展程序,该扩展的主要功能是“Tab Notes will helps you to make notes on the browser. It is easy to use and quick to access”。
扩展截图
下载Tab Notes扩展crx文件
下载Tab Notes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Tab Notes lets you compose notes like articles using a variety of typography styles. You can also draw shapes to accompany your notes. Notes will automatically be saved and synced with each new tab. Tab Notes offers you a wide variety of built-in themes. If you are not satisfied with the built-in themes, you can create custom themes as well. # Features of Tab Notes ⚡ Quick and easy to access notes while clicking on a new tab 🗂️ Store multiple notes ✍️ Variety of typography styles are available to write notes 📐 Draw shapes to accompany your notes 🤹 Code block support 🎨 Variety of built-in themes and option to create your own theme 💾 Auto saving notes 🔄 Real time tab sync
扩展基本信息
名称 | Tab Notes |
ID | fiinodkfgdoljchgmojlnfijgmkmaiel |
官方URL | https://chromewebstore.google.com/detail/tab-notes/fiinodkfgdoljchgmojlnfijgmkmaiel |
简介 | Tab Notes will helps you to make notes on the browser. It is easy to use and quick to access |
文件大小 | 101 KB |
安装次数 | 200 |
当前版本 | 1.0.2 |
更新时间 | 2023-01-18 |
上架时间 | 2022-10-20 |
评分 | 4.73/5 共11次评分 |
开发者 | Vineeth TR |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://vineethtrv.github.io |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tab Notes", "version": "1.0.2", "description": "Tab Notes will helps you to make notes on the browser. It is easy to use and quick to access", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "assets\/images\/tab_note_16x16.png", "32": "assets\/images\/tab_note_32x32.png", "48": "assets\/images\/tab_note_48x48.png", "128": "assets\/images\/Tab_Note_Logo_128x128.png" } } |