PinAShow for TvTropes

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

Hvad er PinAShow for TvTropes?

PinAShow for TvTropes er en Chrome-udvidelse udviklet af simonbrown60, og dens hovedfunktion er "Pin your favourite shows, films and tropes to highlight them in the list of examples.".

Udvidelsesskærmbilleder

screenshot

Download PinAShow for TvTropes-udvidelses-CRX-fil

Download PinAShow for TvTropes-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn PinAShow for TvTropes PinAShow for TvTropes
ID lnigiffilbgaoglmmfcnemfnkceneiap
Officiel URL https://chrome.google.com/webstore/detail/pinashow-for-tvtropes/lnigiffilbgaoglmmfcnemfnkceneiap
Beskrivelse Pin your favourite shows, films and tropes to highlight them in the list of examples.
Filstørrelse 41.42 KB
Antal Installationer 10
Nuværende Version 1.1
Senest Opdateret 2015-02-02
Udgivelsesdato 2015-02-02
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler simonbrown60
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}