Filmaffinity búsqueda rápida
Extensión de búsqueda rápida en www.filmaffinity.com, web especializada en cine.
Filmaffinity búsqueda rápidaคืออะไร?
Filmaffinity búsqueda rápida เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GFG และคุณลักษณะหลักของมันคือ "Extensión de búsqueda rápida en www.filmaffinity.com, web especializada en cine."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Filmaffinity búsqueda rápida
ดาวน์โหลดไฟล์ส่วนขยาย Filmaffinity búsqueda rápida ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extensión que muestra una caja de texto para realizar una búsqueda directamente en la página web especializada en cine www.filmaffinity.com. Útil para ahorrarse el tiempo de escribir la dirección y cargar la página en cuestión: Opciones de uso: 1) Búsqueda escribiendo el texto - Hacer click en el botón de la extensión - Introducir la búsqueda (película, director, reparto) - Pulsar "enter" o "Buscar" 2) Búsqueda seleccionando el texto de una página - Seleccionar un texto de la página que se esté visitando - Hacer click en el botón de la extensión y buscar ese texto en Filmaffinity, o bien hacer click derecho sobre el texto seleccionado y en el menú contextual escoger la opción de búsqueda de ese texto en Filmaffinity.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Filmaffinity búsqueda rápida |
ID | kbmlfebdmnbkankdjbfjepadjnapkbki |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/filmaffinity-b%C3%BAsqueda-r%C3%A1p/kbmlfebdmnbkankdjbfjepadjnapkbki |
คำอธิบาย | Extensión de búsqueda rápida en www.filmaffinity.com, web especializada en cine. |
ขนาดไฟล์ | 22.92 KB |
จำนวนการติดตั้ง | 719 |
เวอร์ชันปัจจุบัน | 1.5.1 |
อัปเดตครั้งล่าสุด | 2020-06-15 |
วันที่เผยแพร่ | 2020-06-15 |
คะแนน | 4.33/5 รวมทั้งหมด 30 คะแนน |
ผู้พัฒนา | GFG |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | es |
manifest.json | |
{ "background": { "scripts": [ "scripts\/scripts.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "B\u00fasqueda r\u00e1pida Filmaffinity" }, "content_scripts": [ { "all_frames": true, "js": [ "scripts\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Extensi\u00f3n de b\u00fasqueda r\u00e1pida en www.filmaffinity.com, web especializada en cine.", "icons": { "128": "icon128.png", "48": "icon48.png" }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDVoMb8oHlEKjN2o+QUl3d0LKtCmFj+WkxNlvGJ4rierjYCrCfbfwnkmhyBGBzjq55bTE8ojM\/3M8iFrN6n\/z72whRLT7tkRUiIzNrk7+WGdqYhwEsuuzY86FjFSeJPjv+2zvuFHqIIbfd9Au3coZWKipYDtHB4BHmtFFm+LwWRHQIDAQAB", "manifest_version": 2, "name": "Filmaffinity b\u00fasqueda r\u00e1pida", "permissions": [ "activeTab", "contextMenus" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.5.1", "web_accessible_resources": [ "scripts\/popup.js" ] } |