Listory
Collect, curate and share the best of the web.
¿Qué es Listory?
Listory es una extensión de Chrome desarrollada por Listory, y su función principal es "Collect, curate and share the best of the web.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Listory
Descarga archivos de extensión Listory en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Listory |
ID | ceongpfdcochefkifkdhikececdfnblf |
URL Oficial | https://chromewebstore.google.com/detail/listory/ceongpfdcochefkifkdhikececdfnblf |
Descripción | Collect, curate and share the best of the web. |
Tamaño del Archivo | 73.04 KB |
Cantidad de Instalaciones | 284 |
Versión Actual | 1.8.2 |
Última Actualización | 2020-09-29 |
Fecha de Publicación | 2020-03-13 |
Calificación | 4.50/5 Total de 8 Calificaciones |
Desarrollador | Listory |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.listory.com |
URL de la Página de Ayuda | https://listory.useresponse.com/ |
URL de la Página de Política de Privacidad | https://www.listory.com/en/privacy |
Idiomas Soportados | 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" } } } } |