Sweet Ass-Extension

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

Qu'est-ce que Sweet Ass-Extension ?

Sweet Ass-Extension est une extension Chrome développée par patrickpan, et sa fonction principale est "Moves the hyphen in [adjective]-ass [noun] to [adjective] ass-[noun]. See XKCD 37.".

Télécharger le fichier CRX de l'extension Sweet Ass-Extension

Téléchargez les fichiers d'extension Sweet Ass-Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Sweet Ass-Extension Sweet Ass-Extension
ID idfbpaffchkcafldjoobhmbpekhhnkjg
URL Officiel https://chrome.google.com/webstore/detail/sweet-ass-extension/idfbpaffchkcafldjoobhmbpekhhnkjg
Description Moves the hyphen in [adjective]-ass [noun] to [adjective] ass-[noun]. See XKCD 37.
Taille du Fichier 3.45 KB
Nombre d'Installations 10
Version Actuelle 1
Dernière Mise à Jour 2015-04-09
Date de Publication 2015-04-09
Évaluation 4.00/5 Total 1 Évaluations
Développeur patrickpan
Type de Paiement free
Langues Prises en Charge 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"
}