Social Search
Add a 'Social' tab to searches on Google.com
Social Searchとは何ですか?
Social SearchはGlenn Tによって開発されたChromeの拡張機能で、その主な機能は「Add a 'Social' tab to searches on Google.com」です。
拡張機能のスクリーンショット
Social Search拡張機能のCRXファイルをダウンロード
Social Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Brings user to Google+ search results.
拡張機能の基本情報
名前 | |
ID | jelmblfnmhiplmeidffiinpdpjokaahn |
公式URL | https://chrome.google.com/webstore/detail/social-search/jelmblfnmhiplmeidffiinpdpjokaahn |
説明 | Add a 'Social' tab to searches on Google.com |
ファイルサイズ | 42.27 KB |
インストール数 | 649 |
現在のバージョン | 2.0 |
最終更新日 | 2012-08-17 |
公開日 | 2012-08-17 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Glenn T |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Social Search", "version": "2.0", "manifest_version": 2, "description": "Add a 'Social' tab to searches on Google.com", "icons": { "128": "icon_128.jpg", "48": "icon_48.jpg", "16": "icon_16.jpg" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/*" ], "js": [ "jquery-1.7.2.min.js", "socialsearch.js" ] } ] } |