PinAShow for TvTropes

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

Co je PinAShow for TvTropes?

PinAShow for TvTropes je rozšíření Chrome vyvinuté simonbrown60, a jeho hlavní funkcí je „Pin your favourite shows, films and tropes to highlight them in the list of examples.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření PinAShow for TvTropes

Stáhněte si soubory rozšíření PinAShow for TvTropes ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název PinAShow for TvTropes PinAShow for TvTropes
ID lnigiffilbgaoglmmfcnemfnkceneiap
Oficiální URL https://chrome.google.com/webstore/detail/pinashow-for-tvtropes/lnigiffilbgaoglmmfcnemfnkceneiap
Popis Pin your favourite shows, films and tropes to highlight them in the list of examples.
Velikost souboru 41.42 KB
Počet instalací 10
Aktuální Verze 1.1
Poslední Aktualizace 2015-02-02
Datum Vydání 2015-02-02
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář simonbrown60
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}