PinAShow for TvTropes

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

Was ist PinAShow for TvTropes?

PinAShow for TvTropes ist eine Chrome-Erweiterung, die von simonbrown60 entwickelt wurde, und ihr Hauptmerkmal ist "Pin your favourite shows, films and tropes to highlight them in the list of examples.".

Erweiterungsscreenshots

screenshot

PinAShow for TvTropes-Erweiterungs-CRX-Datei herunterladen

Laden Sie PinAShow for TvTropes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name PinAShow for TvTropes PinAShow for TvTropes
ID lnigiffilbgaoglmmfcnemfnkceneiap
Offizielle URL https://chrome.google.com/webstore/detail/pinashow-for-tvtropes/lnigiffilbgaoglmmfcnemfnkceneiap
Beschreibung Pin your favourite shows, films and tropes to highlight them in the list of examples.
Dateigröße 41.42 KB
Installationsanzahl 10
Aktuelle Version 1.1
Letztes Update 2015-02-02
Veröffentlichungsdatum 2015-02-02
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler simonbrown60
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}