El Toro

Find the movies of your choice with El Toro!

El Toroคืออะไร?

El Toro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย christer.evenius และคุณลักษณะหลักของมันคือ "Find the movies of your choice with El Toro!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย El Toro

ดาวน์โหลดไฟล์ส่วนขยาย El Toro ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ El Toro El Toro
ID mieggnccpkbgbgoleiofmaloheiiahbe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/el-toro/mieggnccpkbgbgoleiofmaloheiiahbe
คำอธิบาย Find the movies of your choice with El Toro!
ขนาดไฟล์ 69.56 KB
จำนวนการติดตั้ง 60
เวอร์ชันปัจจุบัน 1.4.1
อัปเดตครั้งล่าสุด 2013-11-01
วันที่เผยแพร่ 2013-11-01
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา christer.evenius
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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\/*"
    ]
}