Sweet Ass-Extension

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

Wat is Sweet Ass-Extension?

Sweet Ass-Extension is een Chrome-extensie ontwikkeld door patrickpan, en de belangrijkste functie is "Moves the hyphen in [adjective]-ass [noun] to [adjective] ass-[noun]. See XKCD 37.".

Download het CRX-bestand van de extensie Sweet Ass-Extension

Download Sweet Ass-Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Sweet Ass-Extension Sweet Ass-Extension
ID idfbpaffchkcafldjoobhmbpekhhnkjg
Officiële URL https://chrome.google.com/webstore/detail/sweet-ass-extension/idfbpaffchkcafldjoobhmbpekhhnkjg
Beschrijving Moves the hyphen in [adjective]-ass [noun] to [adjective] ass-[noun]. See XKCD 37.
Bestandsgrootte 3.45 KB
Aantal Installaties 10
Huidige Versie 1
Laatst Bijgewerkt 2015-04-09
Publicatiedatum 2015-04-09
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar patrickpan
Betalingswijze free
Ondersteunde Talen 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"
}