StackOverflow start page for Google Chrome

Shows StackOverflow and StackExchange questions in new tab window

ما هو StackOverflow start page for Google Chrome؟

StackOverflow start page for Google Chrome هو إضافة Chrome تم تطويرها بواسطة mihhail.maslakov، والميزة الرئيسية لها هي "Shows StackOverflow and StackExchange questions in new tab window".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة StackOverflow start page for Google Chrome

قم بتنزيل ملفات الامتداد StackOverflow start page for Google Chrome بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Basically, what it does is it aggregates questions from StackExchange sites, and shows them on your New Tab window. You can select what sites you want to display, filter questions by tags, change themes and much more. 

Now, when you open new tab, you always see most relevant questions for you.

I warn you, this extension is a real timekiller. So, if you appreciate your time, don't install it. Or if you're like me, and you just love StackExchange sites, then try it out! Who needs time, anyway :)                    

معلومات أساسية عن التمديد

الاسم StackOverflow start page for Google Chrome StackOverflow start page for Google Chrome
ID omcplobmjajgpmpcdnbdiblienjeljan
عنوان URL الرسمي https://chrome.google.com/webstore/detail/stackoverflow-start-page/omcplobmjajgpmpcdnbdiblienjeljan
الوصف Shows StackOverflow and StackExchange questions in new tab window
حجم الملف 162 KB
عدد التثبيتات 184
النسخة الحالية 1.0.5.4
آخر تحديث 2014-03-07
تاريخ النشر 2014-03-07
تقييم 4.35/5 مجموع تقييمات 17
المطور mihhail.maslakov
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "StackOverflow start page for Google Chrome",
    "version": "1.0.5.4",
    "manifest_version": 2,
    "description": "Shows StackOverflow and StackExchange questions in new tab window",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "start-page.html"
    },
    "icons": {
        "16": "so_16.png",
        "48": "so_48.png",
        "128": "so_128.png"
    },
    "permissions": [
        "http:\/\/*.stackoverflow.com\/*"
    ]
}