Stickies Web Assistant
A web browser extension for the Stickies app
Stickies Web Assistantとは何ですか?
Stickies Web Assistantはhttp://stickies.appによって開発されたChromeの拡張機能で、その主な機能は「A web browser extension for the Stickies app」です。
拡張機能のスクリーンショット
Stickies Web Assistant拡張機能のCRXファイルをダウンロード
Stickies Web Assistant拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Stickies is a fun visual way to curate, organize, and manage your work by yourself or with a team. Use it to brainstorm, collect ideas, take notes, manage projects, and more. Stickies are versatile notes that are organized into Walls. You can create rich content such as to-do lists, files, voice and video recordings, screen recordings. Stickies Web Assistant makes it easy to take quick notes, save web pages and articles, and add bookmarks from inside your Chrome browser. Enjoy collaboration features such as chat, video conferencing, and real-time updates.
拡張機能の基本情報
名前 | |
ID | cgoomljlmmkghednbilakakfciaclkam |
公式URL | https://chrome.google.com/webstore/detail/stickies-web-assistant/cgoomljlmmkghednbilakakfciaclkam |
説明 | A web browser extension for the Stickies app |
ファイルサイズ | 649 KB |
インストール数 | 90 |
現在のバージョン | 1.0.1 |
最終更新日 | 2022-02-27 |
公開日 | 2021-01-10 |
開発者 | http://stickies.app |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://stickies.app |
プライバシーポリシーページのURL | https://crucialhuman.com/legal |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stickies Web Assistant", "description": "A web browser extension for the Stickies app", "version": "1.0.1", "icons": { "32": "logo-32.png", "64": "logo-64.png", "128": "logo-128.png" }, "browser_action": { "default_icon": "logo-32.png", "default_popup": "popup.html", "default_title": "Add this page your Stickies Wall" }, "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "tabs", "storage", "https:\/\/api.stickies.app\/*" ] } |