Google plus Community search

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

Apa itu Google plus Community search?

Google plus Community search adalah ekstensi Chrome yang dikembangkan oleh Fullmakt AS, dan fitur utamanya adalah "This extension allows you to perform a search inside the current google plus community you are browsing".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Google plus Community search

Unduh file ekstensi Google plus Community search dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Google plus Community search Google plus Community search
ID acddnghoolpgaifeinbglmbdhplndgca
URL Resmi https://chromewebstore.google.com/detail/google-plus-community-sea/acddnghoolpgaifeinbglmbdhplndgca
Deskripsi This extension allows you to perform a search inside the current google plus community you are browsing
Ukuran File 6.8 KB
Jumlah Instalasi 171
Versi Saat Ini 0.2
Terakhir Diperbarui 2016-02-23
Tanggal Publikasi 2016-02-23
Penilaian 5.00/5 Total 5 Penilaian
Pengembang Fullmakt AS
Tipe Pembayaran free
Bahasa yang Didukung 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\/"
    ]
}