XKCD Substitutions Part II

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

Hvad er XKCD Substitutions Part II?

XKCD Substitutions Part II er en Chrome-udvidelse udviklet af LCartwright, og dens hovedfunktion er "Substitutes words and phrases for 'more interesting' news reading as suggested by the latest XKCD comic! https://xkcd.com/1625/…".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download XKCD Substitutions Part II-udvidelses-CRX-fil

Download XKCD Substitutions Part II-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn XKCD Substitutions Part II XKCD Substitutions Part II
ID aelgcopfphgocgboofnfjdifgfejapne
Officiel URL https://chrome.google.com/webstore/detail/xkcd-substitutions-part-i/aelgcopfphgocgboofnfjdifgfejapne
Beskrivelse Substitutes words and phrases for 'more interesting' news reading as suggested by the latest XKCD comic! https://xkcd.com/1625/…
Filstørrelse 49.05 KB
Antal Installationer 39
Nuværende Version 0.1
Senest Opdateret 2016-01-18
Udgivelsesdato 2016-01-18
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler LCartwright
Betalingsmetode free
Understøttede Sprog 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"
    ]
}