Sticky Notes Tab
Simply use sticky notes on every new tab
什么是Sticky Notes Tab?
Sticky Notes Tab是由Eltech LLC开发的Chrome扩展程序,该扩展的主要功能是“Simply use sticky notes on every new tab”。
扩展截图
下载Sticky Notes Tab扩展crx文件
下载Sticky Notes Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Sticky notes are the best and now you can easily leave sticky notes on your new tab. This extension adds a sticky note function to your new tab, where it's easy to access and add notes on the go while browsing online. To add a new note, simply click the [+] button and add a new note, move it around and make sure to save by clicking the check mark. This extension is free to download from the Chrome Web store, and you can uninstall it at any time. By clicking "Add to chrome", I accept and agree to installing the Sticky Notes Tab extension and setting chrome new tab search provider to Microsoft Bing as described by the service in terms of use https://stickynotestab.com/terms and Privacy Policy https://stickynotestab.com/privacy Please review our Privacy Policy for details regarding the information we collect when you install and use the extension. For more information please check: Terms of Service: https://stickynotestab.com/terms Privacy Policy: https://stickynotestab.com/privacy About US: https://stickynotestab.com/about
扩展基本信息
名称 | Sticky Notes Tab |
ID | deddbiddnnjfdimhokibmmekfckfidfe |
官方URL | https://chromewebstore.google.com/detail/sticky-notes-tab/deddbiddnnjfdimhokibmmekfckfidfe |
简介 | Simply use sticky notes on every new tab |
文件大小 | 1.62 MB |
安装次数 | 9,177 |
当前版本 | 1.2.0 |
更新时间 | 2023-07-03 |
上架时间 | 2023-06-08 |
开发者 | Eltech LLC |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://stickynotestab.com/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Sticky Notes Tab", "version": "1.2.0", "description": "Simply use sticky notes on every new tab", "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png", "48": "images\/icon-48.png" }, "action": [], "background": { "service_worker": "scripts\/background.js" }, "chrome_url_overrides": { "newtab": "newtab.html" } } |