Listory
Collect, curate and share the best of the web.
Listory là gì?
Listory là một tiện ích mở rộng Chrome được phát triển bởi Listory, và tính năng chính của nó là "Collect, curate and share the best of the web.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Listory
Tải xuống các tệp mở rộng Listory dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Listory |
ID | ceongpfdcochefkifkdhikececdfnblf |
URL Chính Thức | https://chromewebstore.google.com/detail/listory/ceongpfdcochefkifkdhikececdfnblf |
Mô tả | Collect, curate and share the best of the web. |
Kích Thước Tệp | 73.04 KB |
Số Lần Cài Đặt | 284 |
Phiên Bản Hiện Tại | 1.8.2 |
Cập Nhật Lần Cuối | 2020-09-29 |
Ngày Phát Hành | 2020-03-13 |
Đánh Giá | 4.50/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | Listory |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.listory.com |
URL Trang Trợ Giúp | https://listory.useresponse.com/ |
URL Trang Chính Sách Bảo Mật | https://www.listory.com/en/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } } |