Google+ Comment Search
search comments which the specified user contributed on Google+.
Google+ Comment Searchคืออะไร?
Google+ Comment Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย uninterruptedrests และคุณลักษณะหลักของมันคือ "search comments which the specified user contributed on Google+."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google+ Comment Search
ดาวน์โหลดไฟล์ส่วนขยาย 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" } |