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\/*" ] } |