Random Tv Tropes Page

Opens a random Tv Tropes Page. YMMV

Cos'è Random Tv Tropes Page?

Random Tv Tropes Page è un'estensione di Chrome sviluppata da Pong, e la sua funzione principale è "Opens a random Tv Tropes Page. YMMV".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Random Tv Tropes Page

Scarica i file di estensione Random Tv Tropes Page in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Productivity beware! This extension creates a button that will take you to a random Tv Tropes page! Use this wisely!

Note: I am not responsible for any use of it... you know what? I strongly suggest that nobody uses this extension. EVER.                    

Informazioni di Base sull'Estensione

Nome Random Tv Tropes Page Random Tv Tropes Page
ID pbgmdilimejkhndfhekpombdcbagldoe
URL Ufficiale https://chromewebstore.google.com/detail/random-tv-tropes-page/pbgmdilimejkhndfhekpombdcbagldoe
Descrizione Opens a random Tv Tropes Page. YMMV
Dimensione del File 20.1 KB
Conteggio Installazioni 29
Versione Corrente 1.0
Ultimo Aggiornamento 2012-11-29
Data di Pubblicazione 2012-11-29
Valutazione 2.00/5 Totale 2 Valutazioni
Sviluppatore Pong
Tipo di Pagamento free
Sito Web dell'Estensione http://tvtropes.com/
Lingue Supportate en-GB
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Random Tv Tropes Page",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Opens a random Tv Tropes Page. YMMV",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    }
}