PinAShow for TvTropes

Pin your favourite shows, films and tropes to highlight them in the list of examples.

O que é PinAShow for TvTropes?

PinAShow for TvTropes é uma extensão do Chrome desenvolvida por simonbrown60, e sua principal característica é "Pin your favourite shows, films and tropes to highlight them in the list of examples.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão PinAShow for TvTropes

Baixe arquivos de extensão PinAShow for TvTropes no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Instead of hunting through the examples of a trope to find mentions of your favourite shows, pin them, and a list of examples mentioning them will be shown at the top of each list of examples.

You can pin any page: films, anime - even tropes. To pin something go to its page and click "pin" next to the title.                    

Informações Básicas da Extensão

Nome PinAShow for TvTropes PinAShow for TvTropes
ID lnigiffilbgaoglmmfcnemfnkceneiap
URL Oficial https://chrome.google.com/webstore/detail/pinashow-for-tvtropes/lnigiffilbgaoglmmfcnemfnkceneiap
Descrição Pin your favourite shows, films and tropes to highlight them in the list of examples.
Tamanho do Arquivo 41.42 KB
Contagem de Instalações 10
Versão Atual 1.1
Última Atualização 2015-02-02
Data de Publicação 2015-02-02
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor simonbrown60
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PinAShow for TvTropes",
    "description": "Pin your favourite shows, films and tropes to highlight them in the list of examples.",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/tvtropes.org\/*",
                "https:\/\/tvtropes.org\/*"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "content.js"
            ]
        }
    ]
}