XKCD Substitutions Part II

Substitutes words and phrases for 'more interesting' news reading as suggested by the latest XKCD comic! https://xkcd.com/1625/…

Cos'è XKCD Substitutions Part II?

XKCD Substitutions Part II è un'estensione di Chrome sviluppata da LCartwright, e la sua funzione principale è "Substitutes words and phrases for 'more interesting' news reading as suggested by the latest XKCD comic! https://xkcd.com/1625/…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione XKCD Substitutions Part II

Scarica i file di estensione XKCD Substitutions Part II 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

                        Substitutes words and phrases for 'more interesting' news reading as suggested by the latest XKCD comic! https://xkcd.com/1625/

Click the extension icon to start/stop the substitutions. 

Have fun!

Note: This is extension is not endorsed by, or in any way affiliated with xkcd.com. Just a little side project.                    

Informazioni di Base sull'Estensione

Nome XKCD Substitutions Part II XKCD Substitutions Part II
ID aelgcopfphgocgboofnfjdifgfejapne
URL Ufficiale https://chrome.google.com/webstore/detail/xkcd-substitutions-part-i/aelgcopfphgocgboofnfjdifgfejapne
Descrizione Substitutes words and phrases for 'more interesting' news reading as suggested by the latest XKCD comic! https://xkcd.com/1625/…
Dimensione del File 49.05 KB
Conteggio Installazioni 39
Versione Corrente 0.1
Ultimo Aggiornamento 2016-01-18
Data di Pubblicazione 2016-01-18
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore LCartwright
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "XKCD Substitutions Part II",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon-48-disabled.png",
        "default_title": "XKCD Substitutions Part II"
    },
    "permissions": [
        "",
        "storage",
        "tabs"
    ]
}