Basket
Easily save and share your favorite links through Basket!
Co to jest Basket?
Basket to rozszerzenie Chrome opracowane przez https://mybasketsapp.com, a jego główną funkcją jest „Easily save and share your favorite links through Basket!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Basket
Pobierz pliki rozszerzeń Basket w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Basket |
ID | jcglidocjalkkefbmnobddombekpancl |
Oficjalny URL | https://chromewebstore.google.com/detail/basket/jcglidocjalkkefbmnobddombekpancl |
Opis | Easily save and share your favorite links through Basket! |
Rozmiar pliku | 509 KB |
Liczba instalacji | 14 |
Aktualna Wersja | 0.9.9.9 |
Ostatnia Aktualizacja | 2015-06-20 |
Data Publikacji | 2015-06-19 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://mybasketsapp.com |
Typ Płatności | free |
Strona Rozszerzenia | http://mybasketsapp.herokuapp.com/ |
Obsługiwane Języki | 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" } } |