Basket

Easily save and share your favorite links through Basket!

Basketคืออะไร?

Basket เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mybasketsapp.com และคุณลักษณะหลักของมันคือ "Easily save and share your favorite links through Basket!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Basket

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    }
}