Basket
Easily save and share your favorite links through Basket!
Basket क्या है?
Basket https://mybasketsapp.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily save and share your favorite links through Basket!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Basket एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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" } } |