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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
・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" } |