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是由mihhail.maslakov开发的Chrome扩展程序,该扩展的主要功能是“Shows StackOverflow and StackExchange questions in new tab window”。
扩展截图
下载StackOverflow start page for Google Chrome扩展crx文件
下载StackOverflow start page for Google Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 :)
扩展基本信息
名称 | |
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\/*" ] } |