PinAShow for TvTropes

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

¿Qué es PinAShow for TvTropes?

PinAShow for TvTropes es una extensión de Chrome desarrollada por simonbrown60, y su función principal es "Pin your favourite shows, films and tropes to highlight them in the list of examples.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión PinAShow for TvTropes

Descarga archivos de extensión PinAShow for TvTropes en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre PinAShow for TvTropes PinAShow for TvTropes
ID lnigiffilbgaoglmmfcnemfnkceneiap
URL Oficial https://chrome.google.com/webstore/detail/pinashow-for-tvtropes/lnigiffilbgaoglmmfcnemfnkceneiap
Descripción Pin your favourite shows, films and tropes to highlight them in the list of examples.
Tamaño del Archivo 41.42 KB
Cantidad de Instalaciones 10
Versión Actual 1.1
Última Actualización 2015-02-02
Fecha de Publicación 2015-02-02
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador simonbrown60
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}