Execute Order 66

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

Execute Order 66とは何ですか?

Execute Order 66はUnknownによって開発されたChromeの拡張機能で、その主な機能は「For those people who have coworkers who swear a little bit too much in their commits...」です。

Execute Order 66拡張機能のCRXファイルをダウンロード

Execute Order 66拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Execute Order 66 Execute Order 66
ID hgoanjhaboccoaefceiebdodiillhone
公式URL https://chromewebstore.google.com/detail/execute-order-66/hgoanjhaboccoaefceiebdodiillhone
説明 For those people who have coworkers who swear a little bit too much in their commits...
ファイルサイズ 24.11 KB
インストール数 24
現在のバージョン 0.66
最終更新日 2016-04-17
公開日 2016-04-17
評価 5.00/5 合計 3 レビュー
開発者 Unknown
支払い方法 free
対応言語 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"
        }
    ]
}