El Toro
Find the movies of your choice with El Toro!
Wat is El Toro?
El Toro is een Chrome-extensie ontwikkeld door christer.evenius, en de belangrijkste functie is "Find the movies of your choice with El Toro!".
Extensie Screenshots
Download het CRX-bestand van de extensie El Toro
Download El Toro-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | mieggnccpkbgbgoleiofmaloheiiahbe |
Officiële URL | https://chromewebstore.google.com/detail/el-toro/mieggnccpkbgbgoleiofmaloheiiahbe |
Beschrijving | Find the movies of your choice with El Toro! |
Bestandsgrootte | 69.56 KB |
Aantal Installaties | 60 |
Huidige Versie | 1.4.1 |
Laatst Bijgewerkt | 2013-11-01 |
Publicatiedatum | 2013-11-01 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | christer.evenius |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |