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 |
Eメール | [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" } } |