El Toro
Find the movies of your choice with El Toro!
Vad är El Toro?
El Toro är en Chrome-tillägg utvecklad av christer.evenius, och dess huvudfunktion är "Find the movies of your choice with El Toro!".
Tilläggsskärmbilder
Ladda ner El Toro-förlängningens CRX-fil
Ladda ner El Toro-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | mieggnccpkbgbgoleiofmaloheiiahbe |
Officiell webbadress | https://chromewebstore.google.com/detail/el-toro/mieggnccpkbgbgoleiofmaloheiiahbe |
Beskrivning | Find the movies of your choice with El Toro! |
Filstorlek | 69.56 KB |
Antal Installationer | 60 |
Aktuell Version | 1.4.1 |
Senast Uppdaterad | 2013-11-01 |
Publiceringsdatum | 2013-11-01 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | christer.evenius |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } |