El Toro

Find the movies of your choice with El Toro!

El Toro là gì?

El Toro là một tiện ích mở rộng Chrome được phát triển bởi christer.evenius, và tính năng chính của nó là "Find the movies of your choice with El Toro!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng El Toro

Tải xuống các tệp mở rộng El Toro dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên El Toro El Toro
ID mieggnccpkbgbgoleiofmaloheiiahbe
URL Chính Thức https://chromewebstore.google.com/detail/el-toro/mieggnccpkbgbgoleiofmaloheiiahbe
Mô tả Find the movies of your choice with El Toro!
Kích Thước Tệp 69.56 KB
Số Lần Cài Đặt 60
Phiên Bản Hiện Tại 1.4.1
Cập Nhật Lần Cuối 2013-11-01
Ngày Phát Hành 2013-11-01
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển christer.evenius
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}