PinAShow for TvTropes

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

Τι είναι το PinAShow for TvTropes;

Το PinAShow for TvTropes είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον simonbrown60, και η κύρια λειτουργία του είναι "Pin your favourite shows, films and tropes to highlight them in the list of examples.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης PinAShow for TvTropes

Λήψη αρχείων επέκτασης PinAShow for TvTropes σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα PinAShow for TvTropes PinAShow for TvTropes
ID lnigiffilbgaoglmmfcnemfnkceneiap
Επίσημο URL https://chrome.google.com/webstore/detail/pinashow-for-tvtropes/lnigiffilbgaoglmmfcnemfnkceneiap
Περιγραφή Pin your favourite shows, films and tropes to highlight them in the list of examples.
Μέγεθος Αρχείου 41.42 KB
Αριθμός Εγκαταστάσεων 10
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2015-02-02
Ημερομηνία Δημοσίευσης 2015-02-02
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής simonbrown60
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}