Google+ Comment Search
search comments which the specified user contributed on Google+.
Google+ Comment Searchとは何ですか?
Google+ Comment Searchはuninterruptedrestsによって開発されたChromeの拡張機能で、その主な機能は「search comments which the specified user contributed on Google+.」です。
Google+ Comment Search拡張機能のCRXファイルをダウンロード
Google+ Comment Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
・Courtesy limit: 10,000 queries/day by all users!! ... ・hits comment is based on the search results of Google+ search
拡張機能の基本情報
名前 | |
ID | kdlfbmdpbihcfgddbpkkeonnglblmjjm |
公式URL | https://chrome.google.com/webstore/detail/google+-comment-search/kdlfbmdpbihcfgddbpkkeonnglblmjjm |
説明 | search comments which the specified user contributed on Google+. |
ファイルサイズ | 66.22 KB |
インストール数 | 10 |
現在のバージョン | 1.0.2 |
最終更新日 | 2015-03-30 |
公開日 | 2015-03-30 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | uninterruptedrests |
支払い方法 | free |
拡張機能のウェブサイト | https://plus.google.com/u/0/b/102082793432911199343/102082793432911199343/posts |
対応言語 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google+ Comment Search", "version": "1.0.2", "manifest_version": 2, "description": "search comments which the specified user contributed on Google+.", "background": { "page": "background.html" }, "permissions": [ "tabs", "background" ], "page_action": { "default_icon": "gpcs19.png", "default_title": "Do action", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/apis.google.com\/; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/plus.google.com\/*" ], "js": [ "jquery-2.1.1.min.js", "cts_comment_search.js" ] } ], "icons": { "48": "gpcs48.png", "128": "gpcs128.png" }, "options_page": "options.html" } |