Google+ Comment Search
search comments which the specified user contributed on Google+.
Google+ Comment Search क्या है?
Google+ Comment Search uninterruptedrests द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "search comments which the specified user contributed on Google+."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Google+ Comment Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
・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" } |