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 là gì?

Google plus Community search là một tiện ích mở rộng Chrome được phát triển bởi Fullmakt AS, và tính năng chính của nó là "This extension allows you to perform a search inside the current google plus community you are browsing".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Google plus Community search

Tải xuống các tệp mở rộng Google plus Community search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Google plus Community search Google plus Community search
ID acddnghoolpgaifeinbglmbdhplndgca
URL Chính Thức https://chromewebstore.google.com/detail/google-plus-community-sea/acddnghoolpgaifeinbglmbdhplndgca
Mô tả This extension allows you to perform a search inside the current google plus community you are browsing
Kích Thước Tệp 6.8 KB
Số Lần Cài Đặt 171
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2016-02-23
Ngày Phát Hành 2016-02-23
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Fullmakt AS
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}