El Toro
Find the movies of your choice with El Toro!
Co to jest El Toro?
El Toro to rozszerzenie Chrome opracowane przez christer.evenius, a jego główną funkcją jest „Find the movies of your choice with El Toro!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia El Toro
Pobierz pliki rozszerzeń El Toro w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | mieggnccpkbgbgoleiofmaloheiiahbe |
Oficjalny URL | https://chromewebstore.google.com/detail/el-toro/mieggnccpkbgbgoleiofmaloheiiahbe |
Opis | Find the movies of your choice with El Toro! |
Rozmiar pliku | 69.56 KB |
Liczba instalacji | 60 |
Aktualna Wersja | 1.4.1 |
Ostatnia Aktualizacja | 2013-11-01 |
Data Publikacji | 2013-11-01 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | christer.evenius |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } |