PinAShow for TvTropes

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

What is PinAShow for TvTropes?

PinAShow for TvTropes is a Chrome extension developed by simonbrown60, and its main feature is "Pin your favourite shows, films and tropes to highlight them in the list of examples.".

Extension Screenshots

screenshot

Download PinAShow for TvTropes Extension CRX File

Download PinAShow for TvTropes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name PinAShow for TvTropes PinAShow for TvTropes
ID lnigiffilbgaoglmmfcnemfnkceneiap
Official URL https://chrome.google.com/webstore/detail/pinashow-for-tvtropes/lnigiffilbgaoglmmfcnemfnkceneiap
Description Pin your favourite shows, films and tropes to highlight them in the list of examples.
File Size 41.42 KB
Installation Count 10
Current Version 1.1
Last Updated 2015-02-02
Publish Date 2015-02-02
Rating 5.00/5 Total 1 Ratings
Developer simonbrown60
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}