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文件

下载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.                    

扩展基本信息

名称 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
    }
}