TED Player Control

Shortcut to play/pause videos on TED.com using the spacebar.

TED Player Control क्या है?

TED Player Control Matheus Pedroso द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shortcut to play/pause videos on TED.com using the spacebar."।

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

screenshot

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

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

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

                                            

एक्सटेंशन की मूल जानकारी

नाम TED Player Control TED Player Control
ID ejkfpcfaajhhgaegdkgmdfgaookckeac
आधिकारिक URL https://chromewebstore.google.com/detail/ted-player-control/ejkfpcfaajhhgaegdkgmdfgaookckeac
विवरण Shortcut to play/pause videos on TED.com using the spacebar.
फ़ाइल का आकार 18.75 KB
स्थापना संख्या 1,000
वर्तमान संस्करण 0.1.1
अंतिम अपडेट 2017-03-21
प्रकाशन तिथि 2017-03-20
रेटिंग 4.14/5 कुल 7 रेटिंग्स
डेवलपर Matheus Pedroso
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/mathop/ted-player-control
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TED Player Control",
    "description": "Shortcut to play\/pause videos on TED.com using the spacebar.",
    "version": "0.1.1",
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "http:\/\/www.ted.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.ted.com\/talks\/*",
                "http:\/\/www.ted.com\/playlists\/*"
            ],
            "js": [
                "src\/contentscript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/script.js"
    ]
}