Web Sticky Notes
Quick notes that stick on web-pages to ease future reference
什么是Web Sticky Notes?
Web Sticky Notes是由hacknship开发的Chrome扩展程序,该扩展的主要功能是“Quick notes that stick on web-pages to ease future reference”。
扩展截图
下载Web Sticky Notes扩展crx文件
下载Web Sticky Notes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Imagine having a virtual sticky note for each web page you visit, allowing you to jot down your thoughts, ideas, or to-dos in an instant. Web Sticky Notes is here to simplify the way you interact with the web. Are you tired of constantly switching between tabs and apps to access your notes? Web Sticky Notes saves you time and effort by providing a seamless, intuitive note-taking interface directly within the web pages you visit. Whether you're a student conducting research, a professional collecting information for a project, or simply someone who loves to explore the depths of the internet, Web Sticky Notes is your go-to solution for staying organized and efficient. Why should you install Web Sticky Notes? Contextual note-taking: Capture your thoughts and ideas directly on the web pages where they matter the most. No more searching through endless documents to find that one note you need. Sync across devices: Access your notes anytime, anywhere. Web Sticky Notes uses Chrome's built-in sync feature to make sure your notes are always available on every device where you've installed the extension. Minimalistic and modern design: Web Sticky Notes boasts a clean and intuitive interface, making it a pleasure to use. Group by Hashtag or Domain: Easily categorize and find your notes using hashtags or by grouping them based on the domain they were created on. Privacy-focused: Web Sticky Notes stores your data locally on your device, ensuring that your notes remain private and secure. Unlock the full potential of your browsing experience with Web Sticky Notes. Install now and transform the way you interact with the web!
扩展基本信息
名称 | Web Sticky Notes |
ID | afhkepcebfdbgkjipfpoipmckfopphek |
官方URL | https://chromewebstore.google.com/detail/web-sticky-notes/afhkepcebfdbgkjipfpoipmckfopphek |
简介 | Quick notes that stick on web-pages to ease future reference |
文件大小 | 32 KB |
安装次数 | 502 |
当前版本 | 1.2 |
更新时间 | 2023-06-12 |
上架时间 | 2023-06-05 |
评分 | 5.00/5 共1次评分 |
开发者 | hacknship |
电子邮箱 | [email protected] |
付费类型 | in_app |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Web Sticky Notes", "version": "1.2", "description": "Quick notes that stick on web-pages to ease future reference", "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "tabs" ], "background": { "service_worker": "background.js" } } |