Basket
Easily save and share your favorite links through Basket!
¿Qué es Basket?
Basket es una extensión de Chrome desarrollada por https://mybasketsapp.com, y su función principal es "Easily save and share your favorite links through Basket!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Basket
Descarga archivos de extensión Basket 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
The Basket Chrome Extension allows users to easily share and save their favorite web pages. Once you have logged into the Basket website, use the extension to send links to your friends, save links to your baskets, and see links friends sent you, without ever having to leave the page you are on. Features: • Share a web page with a friend in 2 simple clicks. • Save a web page, also with 2 simple clicks. • See links your friends sent you without ever leaving your page.
Información Básica de la Extensión
Nombre | Basket |
ID | jcglidocjalkkefbmnobddombekpancl |
URL Oficial | https://chromewebstore.google.com/detail/basket/jcglidocjalkkefbmnobddombekpancl |
Descripción | Easily save and share your favorite links through Basket! |
Tamaño del Archivo | 509 KB |
Cantidad de Instalaciones | 14 |
Versión Actual | 0.9.9.9 |
Última Actualización | 2015-06-20 |
Fecha de Publicación | 2015-06-19 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | https://mybasketsapp.com |
Tipo de Pago | free |
Sitio Web de la Extensión | http://mybasketsapp.herokuapp.com/ |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Basket", "short_name": "Basket", "version": "0.9.9.9", "description": "Easily save and share your favorite links through Basket!", "permissions": [ "tabs", "*:\/\/*\/*", "http:\/\/*\/", "http:\/\/*\/*", "https:\/\/*\/*", "http:\/\/*.facebook.com\/*", "http:\/\/127.0.0.1:3000\/*" ], "browser_action": { "default_icon": "\/icons\/basketgreen128.png", "default_title": "Basket", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "scripts\/jquery.min.js", "content.js" ] } ], "icons": { "16": "\/icons\/basketgreen16.png", "48": "\/icons\/basketgreen48.png", "128": "\/icons\/basketgreen128.png" } } |