Legendas-Zone
Legendas é connosco, melhor site de Legendas!
Legendas-Zoneคืออะไร?
Legendas-Zone เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bruno Gonçalves และคุณลักษณะหลักของมันคือ "Legendas é connosco, melhor site de Legendas!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Legendas-Zone
ดาวน์โหลดไฟล์ส่วนขยาย Legendas-Zone ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
http://www.legendas-zone.org ------------------------------------------- Principais características: - pesquisa por título, release ou link imdb - possibilidade de escolher a língua da pesquisa - acesso aos principais menus do site - acesso ao facebook Legendas-Zone - acesso à Shoutbox presente no site - lista das últimas legendas que sairam - lista das últimas legendas em destaque - pesquisar legenda a partir do texto seleccionado Encontre rapidamente a legenda ou legendas em http://www.legendas-zone.org. É necessário registo para fazer downloads. -- Find rapidly subtitle or subtitles from http://www.legendas-zone.org. Registration needed for the downloads.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | okecekiklclemkhlhijomgefibknmoil |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/legendas-zone/okecekiklclemkhlhijomgefibknmoil |
คำอธิบาย | Legendas é connosco, melhor site de Legendas! |
ขนาดไฟล์ | 109 KB |
จำนวนการติดตั้ง | 457 |
เวอร์ชันปัจจุบัน | 2.6 |
อัปเดตครั้งล่าสุด | 2013-08-20 |
วันที่เผยแพร่ | 2013-08-20 |
คะแนน | 3.80/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Bruno Gonçalves |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.legendas-zone.org |
ภาษาที่รองรับ | pt-PT |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Legendas-Zone", "version": "2.6", "manifest_version": 2, "description": "Legendas \u00e9 connosco, melhor site de Legendas!", "icons": { "16": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "contextMenus", "http:\/\/www.legendas-zone.org\/*", "http:\/\/www.legendas-zone.org\/ultimas_leg.php" ], "background": { "scripts": [ "eventPage.js" ], "persistent": true } } |