Legendas-Zone

Legendas é connosco, melhor site de Legendas!

Legendas-Zone란 무엇입니까?

Legendas-Zone은(는) Bruno Gonçalves에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Legendas é connosco, melhor site de Legendas!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Legendas-Zone 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Legendas-Zone Legendas-Zone
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
    }
}