Sweet Ass-Extension

Moves the hyphen in [adjective]-ass [noun] to [adjective] ass-[noun]. See XKCD 37.

Hvad er Sweet Ass-Extension?

Sweet Ass-Extension er en Chrome-udvidelse udviklet af patrickpan, og dens hovedfunktion er "Moves the hyphen in [adjective]-ass [noun] to [adjective] ass-[noun]. See XKCD 37.".

Download Sweet Ass-Extension-udvidelses-CRX-fil

Download Sweet Ass-Extension-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

                        Moves the hyphen in [adjective]-ass [noun] to [adjective] ass-[noun]. Joke originally from http://xkcd.com/37                    

Grundlæggende oplysninger om udvidelsen

Navn Sweet Ass-Extension Sweet Ass-Extension
ID idfbpaffchkcafldjoobhmbpekhhnkjg
Officiel URL https://chrome.google.com/webstore/detail/sweet-ass-extension/idfbpaffchkcafldjoobhmbpekhhnkjg
Beskrivelse Moves the hyphen in [adjective]-ass [noun] to [adjective] ass-[noun]. See XKCD 37.
Filstørrelse 3.45 KB
Antal Installationer 10
Nuværende Version 1
Senest Opdateret 2015-04-09
Udgivelsesdato 2015-04-09
Bedømmelse 4.00/5 Samlet 1 Bedømmelser
Udvikler patrickpan
Betalingsmetode free
Understøttede Sprog en-US
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Moves the hyphen in [adjective]-ass [noun] to [adjective] ass-[noun]. See XKCD 37.",
    "manifest_version": 2,
    "name": "Sweet Ass-Extension",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1"
}