Google plus Community search

Google plus Community search

This extension allows you to perform a search inside the current google plus community you are browsing

Merlin
Additional files are visible only to premium users

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/"
  ]
}