Sticky Notes New Tab
Sticky Notes New Tab adds sticky notes to your new tab page.
什么是Sticky Notes New Tab?
Sticky Notes New Tab是由https://newtabthemebuilder.com开发的Chrome扩展程序,该扩展的主要功能是“Sticky Notes New Tab adds sticky notes to your new tab page.”。
扩展截图
下载Sticky Notes New Tab扩展crx文件
下载Sticky Notes New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The Sticky Notes New Tab offers markdown-friendly, draggable, and minimizable sticky notes for your new tab page. It also features a calculator, canvas for drawing, a timer, games, movies, and a customizable search engine bar that supports Google, Bing, and DuckDuckGo. Users can drag and edit shortcuts, tailor the date and time display, select from a variety of default gradient wallpapers, modify the background color, and delve into numerous other personalization options. 扩展基本信息
| 名称 | |
| ID | llokcoejiedkbcibibhhefbcmdhcahdd |
| 官方URL | https://chromewebstore.google.com/detail/sticky-notes-new-tab/llokcoejiedkbcibibhhefbcmdhcahdd |
| 简介 | Sticky Notes New Tab adds sticky notes to your new tab page. |
| 文件大小 | 5.18 MB |
| 安装次数 | 99 |
| 当前版本 | 2023.11.20.519 |
| 更新时间 | 2023-11-21 |
| 上架时间 | 2023-08-17 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | https://newtabthemebuilder.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Sticky Notes New Tab",
"description": "Sticky Notes New Tab adds sticky notes to your new tab page.",
"version": "2023.11.20.519",
"manifest_version": 3,
"offline_enabled": true,
"icons": {
"128": "icons\/icon128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"action": {
"default_title": "New Tab"
},
"background": {
"service_worker": "background.js"
}
} | |