Google plus Community search
This extension allows you to perform a search inside the current google plus community you are browsing
What is Google plus Community search?
Google plus Community search is a Chrome extension developed by Fullmakt AS, and its main feature is "This extension allows you to perform a search inside the current google plus community you are browsing".
Extension Screenshots
Download Google plus Community search Extension CRX File
Download Google plus Community search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Since the new Google Plus Community design lack the all important "search inside community" feature, this extension allows you to do just that. Click on the little icon at the top right when browsing a community to pop up a little search bar to search inside the community you are browsing.
Extension Basic Information
Name | Google plus Community search |
ID | acddnghoolpgaifeinbglmbdhplndgca |
Official URL | https://chromewebstore.google.com/detail/google-plus-community-sea/acddnghoolpgaifeinbglmbdhplndgca |
Description | This extension allows you to perform a search inside the current google plus community you are browsing |
File Size | 6.8 KB |
Installation Count | 171 |
Current Version | 0.2 |
Last Updated | 2016-02-23 |
Publish Date | 2016-02-23 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Fullmakt AS |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google plus Community search", "description": "This extension allows you to perform a search inside the current google plus community you are browsing", "version": "0.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Search community" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |