Basket
Easily save and share your favorite links through Basket!
什麼是Basket?
Basket是由https://mybasketsapp.com開發的Chrome擴展程式,該擴展的主要功能是“Easily save and share your favorite links through Basket!”。
擴展截圖
下載Basket擴展crx文件
下載Basket擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Basket |
ID | jcglidocjalkkefbmnobddombekpancl |
官方網址 | https://chromewebstore.google.com/detail/basket/jcglidocjalkkefbmnobddombekpancl |
簡介 | Easily save and share your favorite links through Basket! |
檔案大小 | 509 KB |
安裝次數 | 14 |
目前版本 | 0.9.9.9 |
更新時間 | 2015-06-20 |
上架時間 | 2015-06-19 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://mybasketsapp.com |
付費類型 | free |
擴展官網 | http://mybasketsapp.herokuapp.com/ |
支援的語言 | 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" } } |