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 هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "For those people who have coworkers who swear a little bit too much in their commits...".
تحميل ملف CRX للإضافة Execute Order 66
قم بتنزيل ملفات الامتداد Execute Order 66 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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" } ] } |