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!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة El Toro
قم بتنزيل ملفات الامتداد El Toro بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
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\/*" ] } |