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 |
官方網址 | 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 |
電子郵箱 | [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" } } } } |