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 |
官方網址 | 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" } |