PinAShow for TvTropes

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

Apa itu PinAShow for TvTropes?

PinAShow for TvTropes adalah ekstensi Chrome yang dikembangkan oleh simonbrown60, dan fitur utamanya adalah "Pin your favourite shows, films and tropes to highlight them in the list of examples.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi PinAShow for TvTropes

Unduh file ekstensi PinAShow for TvTropes dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama PinAShow for TvTropes PinAShow for TvTropes
ID lnigiffilbgaoglmmfcnemfnkceneiap
URL Resmi https://chrome.google.com/webstore/detail/pinashow-for-tvtropes/lnigiffilbgaoglmmfcnemfnkceneiap
Deskripsi Pin your favourite shows, films and tropes to highlight them in the list of examples.
Ukuran File 41.42 KB
Jumlah Instalasi 10
Versi Saat Ini 1.1
Terakhir Diperbarui 2015-02-02
Tanggal Publikasi 2015-02-02
Penilaian 5.00/5 Total 1 Penilaian
Pengembang simonbrown60
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}