Execute Order 66

For those people who have coworkers who swear a little bit too much in their commits...

Qu'est-ce que Execute Order 66 ?

Execute Order 66 est une extension Chrome développée par Unknown, et sa fonction principale est "For those people who have coworkers who swear a little bit too much in their commits...".

Télécharger le fichier CRX de l'extension Execute Order 66

Téléchargez les fichiers d'extension Execute Order 66 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

                        Inspiration
Emotions run high when coding and there is always member of the team that swears a little too much in github commits. Normally this is ok, but when you have hackathon officials or potential partners reviewing it, those vulgar swear words might not give off the gold impression you're striving for.

It simply executes order 66. It cleanses the entire repo of all the jedi, I mean curse words.                    

Informations de Base sur l'Extension

Nom Execute Order 66 Execute Order 66
ID hgoanjhaboccoaefceiebdodiillhone
URL Officiel https://chromewebstore.google.com/detail/execute-order-66/hgoanjhaboccoaefceiebdodiillhone
Description For those people who have coworkers who swear a little bit too much in their commits...
Taille du Fichier 24.11 KB
Nombre d'Installations 24
Version Actuelle 0.66
Dernière Mise à Jour 2016-04-17
Date de Publication 2016-04-17
Évaluation 5.00/5 Total 3 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Execute Order 66",
    "short_name": "Order 66",
    "description": "For those people who have coworkers who swear a little bit too much in their commits...",
    "version": "0.66",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "logo\/icon16.png",
        "48": "logo\/icon48.png",
        "128": "logo\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "swearWords.js",
                "myscript.js"
            ],
            "run_at": "document_end"
        }
    ]
}