Slack Overflow
An addon to disguise your reading materials in a stack overflow page
ما هو Slack Overflow؟
Slack Overflow هو إضافة Chrome تم تطويرها بواسطة Wan Song، والميزة الرئيسية لها هي "An addon to disguise your reading materials in a stack overflow page".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Slack Overflow
قم بتنزيل ملفات الامتداد Slack Overflow بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        The addon disguises paragraphs of text as answers (the question, code segments and comments remain intact for a better disguise) on the stack overflow page. Ideal of idle developers who need to look busy at work.
Disclaimer:
This addon was developed for amusement purposes.
The user is solely responsible for any loss in productivity due to the use of this addon.
Instructions for use:
Insert paragraphs of text separated by an empty line.
Click replace.
Limitations:
Current version only allows for use with stackoverflow pages with answers.                     معلومات أساسية عن التمديد
| الاسم |   |  
| ID | ajhgokhlpenmggljkhgggpamhdnogjni | 
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/slack-overflow/ajhgokhlpenmggljkhgggpamhdnogjni | 
| الوصف | An addon to disguise your reading materials in a stack overflow page | 
| حجم الملف | 40 KB | 
| عدد التثبيتات | 38 | 
| النسخة الحالية | 0.0.0.1 | 
| آخر تحديث | 2013-03-17 | 
| تاريخ النشر | 2013-03-17 | 
| تقييم | 3.75/5 مجموع تقييمات 4 | 
| المطور | Wan Song | 
| نوع الدفع | free | 
| اللغات المدعومة | en | 
| manifest.json | |
 {
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Slack Overflow",
    "version": "0.0.0.1",
    "manifest_version": 2,
    "description": "An addon to disguise your reading materials in a stack overflow page",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/stackoverflow.com\/*"
            ],
            "js": [
                "jquery-1.8.3.min.js",
                "slackoverflow.js"
            ]
        }
    ]
}  |  |