Listory
Collect, curate and share the best of the web.
Listoryとは何ですか?
ListoryはListoryによって開発されたChromeの拡張機能で、その主な機能は「Collect, curate and share the best of the web.」です。
拡張機能のスクリーンショット
Listory拡張機能のCRXファイルをダウンロード
Listory拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Listory is a place to where you can collect and curate into lists the things you are passionate about. These can be articles, videos, book reviews, podcasts, and essentially anything that has a URL. You can keep your lists to yourself, or share them with others. When you do share them, just imagine how delightful of an experience you’re creating for someone with similar interests! We are still early on in our journey, and would love to get your feedback so we can improve Listory and make it the perfect place for content curation. Feel free to drop us a line at [email protected], or join our community at listory.useresponse.com. The Listory team.
拡張機能の基本情報
名前 | Listory |
ID | ceongpfdcochefkifkdhikececdfnblf |
公式URL | https://chromewebstore.google.com/detail/listory/ceongpfdcochefkifkdhikececdfnblf |
説明 | Collect, curate and share the best of the web. |
ファイルサイズ | 73.04 KB |
インストール数 | 284 |
現在のバージョン | 1.8.2 |
最終更新日 | 2020-09-29 |
公開日 | 2020-03-13 |
評価 | 4.50/5 合計 8 レビュー |
開発者 | Listory |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.listory.com |
ヘルプページのURL | https://listory.useresponse.com/ |
プライバシーポリシーページのURL | https://www.listory.com/en/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Listory", "version": "1.8.2", "manifest_version": 2, "description": "Collect, curate and share the best of the web.", "homepage_url": "https:\/\/www.listory.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "page": "src\/bg\/background.html", "persistent": true }, "options_page": "src\/options\/index.html", "browser_action": { "default_icon": "icons\/icon16.png", "default_title": "Listory" }, "permissions": [ "contextMenus", "activeTab" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+L", "mac": "Command+Shift+L" } } } } |