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
官方網址 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\/"
    ]
}