Google plus Community search

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

什么是Google plus Community search?

Google plus Community search是由Fullmakt AS开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to perform a search inside the current google plus community you are browsing”。

扩展截图

screenshot

下载Google plus Community search扩展crx文件

下载Google plus Community search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Google plus Community search Google plus Community search
ID acddnghoolpgaifeinbglmbdhplndgca
官方URL https://chromewebstore.google.com/detail/google-plus-community-sea/acddnghoolpgaifeinbglmbdhplndgca
简介 This extension allows you to perform a search inside the current google plus community you are browsing
文件大小 6.8 KB
安装次数 171
当前版本 0.2
更新时间 2016-02-23
上架时间 2016-02-23
评分 5.00/5 共5次评分
开发者 Fullmakt AS
付费类型 free
支持的语言 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\/"
    ]
}