Gibbon

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

Gibbon क्या है?

Gibbon http://gibbon.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Gibbon Extension for Google Chrome - One click to put the best content in your learning flow."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Gibbon एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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:\/\/*\/*"
            ]
        }
    ]
}