StackOverflow start page for Google Chrome

Shows StackOverflow and StackExchange questions in new tab window

StackOverflow start page for Google Chrome là gì?

StackOverflow start page for Google Chrome là một tiện ích mở rộng Chrome được phát triển bởi mihhail.maslakov, và tính năng chính của nó là "Shows StackOverflow and StackExchange questions in new tab window".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng StackOverflow start page for Google Chrome

Tải xuống các tệp mở rộng StackOverflow start page for Google Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 :)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên StackOverflow start page for Google Chrome StackOverflow start page for Google Chrome
ID omcplobmjajgpmpcdnbdiblienjeljan
URL Chính Thức https://chrome.google.com/webstore/detail/stackoverflow-start-page/omcplobmjajgpmpcdnbdiblienjeljan
Mô tả Shows StackOverflow and StackExchange questions in new tab window
Kích Thước Tệp 162 KB
Số Lần Cài Đặt 184
Phiên Bản Hiện Tại 1.0.5.4
Cập Nhật Lần Cuối 2014-03-07
Ngày Phát Hành 2014-03-07
Đánh Giá 4.35/5 Tổng số 17 Đánh Giá
Nhà Phát Triển mihhail.maslakov
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}