El Toro

Find the movies of your choice with El Toro!

El Toro क्या है?

El Toro christer.evenius द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find the movies of your choice with El Toro!"।

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

screenshot

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

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

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

                        This page extension add a button to the address bar when visiting the site imdb.com. Pick a movie, press the El Toro button and a google search with further information shows up in your browser.                    

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

नाम El Toro El Toro
ID mieggnccpkbgbgoleiofmaloheiiahbe
आधिकारिक URL https://chromewebstore.google.com/detail/el-toro/mieggnccpkbgbgoleiofmaloheiiahbe
विवरण Find the movies of your choice with El Toro!
फ़ाइल का आकार 69.56 KB
स्थापना संख्या 60
वर्तमान संस्करण 1.4.1
अंतिम अपडेट 2013-11-01
प्रकाशन तिथि 2013-11-01
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर christer.evenius
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "El Toro",
    "version": "1.4.1",
    "manifest_version": 2,
    "description": "Find the movies of your choice with El Toro!",
    "icons": {
        "16": "images\/el_toro_logo.png",
        "48": "images\/el_toro_logo.png",
        "128": "images\/el_toro_logo.png"
    },
    "options_page": "options.html",
    "page_action": {
        "default_icon": "images\/el_toro_logo.png",
        "default_title": "El Toro"
    },
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/www.imdb.com\/*"
    ]
}