Sticky Notes
Sticky Notes - don't ever forget a thing
Sticky Notesとは何ですか?
Sticky Notesはmariosloanによって開発されたChromeの拡張機能で、その主な機能は「Sticky Notes - don't ever forget a thing」です。
拡張機能のスクリーンショット
Sticky Notes拡張機能のCRXファイルをダウンロード
Sticky Notes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Enjoy this interactive new-tab extension that enables you to log all your tasks using colorful sticky-notes that you can drag anywhere on the screen. These notes sync across all your browsers so you can start working on your pc and continue on your laptop. By installing this extension and its Search services you hereby accept its Privacy Policy and Terms of Use. The search features within this extension are provided by Microsoft Bing.
拡張機能の基本情報
名前 | Sticky Notes |
ID | hilefmojhkljioblglkdpaoddmheppkk |
公式URL | https://chromewebstore.google.com/detail/sticky-notes/hilefmojhkljioblglkdpaoddmheppkk |
説明 | Sticky Notes - don't ever forget a thing |
ファイルサイズ | 4.25 MB |
インストール数 | 102 |
現在のバージョン | 1.0.1 |
最終更新日 | 2022-12-28 |
公開日 | 2022-12-24 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | mariosloan |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://sticky-us.com/ |
ヘルプページのURL | https://sticky-us.com/#contact-us |
プライバシーポリシーページのURL | https://sticky-us.com/privacy-policy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Sticky Notes", "description": "Sticky Notes - don't ever forget a thing", "permissions": [ "storage" ], "icons": { "128": "img\/icon.png" }, "chrome_url_overrides": { "newtab": "search.html" }, "background": { "service_worker": "background.js" }, "version": "1.0.1" } |