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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "For those people who have coworkers who swear a little bit too much in their commits..."।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Execute Order 66 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        }
    ]
}