Gibbon

Gibbon Extension for Google Chrome - One click to put the best content in your learning flow.

Gibbonคืออะไร?

Gibbon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://gibbon.co และคุณลักษณะหลักของมันคือ "Gibbon Extension for Google Chrome - One click to put the best content in your learning flow."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Gibbon ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Easily put the best content in your learning flow. Just click on the icon and select which learning flow the link belongs to.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Gibbon Gibbon
ID joknefodjdjbcijgpnfnkfdcmngiacko
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/gibbon/joknefodjdjbcijgpnfnkfdcmngiacko
คำอธิบาย Gibbon Extension for Google Chrome - One click to put the best content in your learning flow.
ขนาดไฟล์ 45.74 KB
จำนวนการติดตั้ง 203
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2015-05-12
วันที่เผยแพร่ 2015-05-12
คะแนน 3.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา http://gibbon.co
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://gibbon.co
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gibbon",
    "description": "Gibbon Extension for Google Chrome - One click to put the best content in your learning flow.",
    "version": "1.1.0",
    "short_name": "Gibbon",
    "homepage_url": "http:\/\/gibbon.co",
    "icons": {
        "128": "icons\/icon-128px.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon-19px.png",
            "38": "icons\/icon-38px.png"
        },
        "default_title": "+ Gibbon"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "jquery-1.10.1.min.map",
        "frame.html"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery-1.10.1.min.js",
                "installed.js"
            ],
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}