El Toro

Find the movies of your choice with El Toro!

Was ist El Toro?

El Toro ist eine Chrome-Erweiterung, die von christer.evenius entwickelt wurde, und ihr Hauptmerkmal ist "Find the movies of your choice with El Toro!".

Erweiterungsscreenshots

screenshot

El Toro-Erweiterungs-CRX-Datei herunterladen

Laden Sie El Toro-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name El Toro El Toro
ID mieggnccpkbgbgoleiofmaloheiiahbe
Offizielle URL https://chromewebstore.google.com/detail/el-toro/mieggnccpkbgbgoleiofmaloheiiahbe
Beschreibung Find the movies of your choice with El Toro!
Dateigröße 69.56 KB
Installationsanzahl 60
Aktuelle Version 1.4.1
Letztes Update 2013-11-01
Veröffentlichungsdatum 2013-11-01
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler christer.evenius
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}