Google+ Comment Search

search comments which the specified user contributed on Google+.

Google+ Comment Search là gì?

Google+ Comment Search là một tiện ích mở rộng Chrome được phát triển bởi uninterruptedrests, và tính năng chính của nó là "search comments which the specified user contributed on Google+.".

Tải xuống tệp CRX của tiện ích mở rộng Google+ Comment Search

Tải xuống các tệp mở rộng Google+ Comment 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

                        ・Courtesy limit: 10,000 queries/day by all users!! ...
・hits comment is based on the search results of Google+ search                    

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

Tên Google+ Comment Search Google+ Comment Search
ID kdlfbmdpbihcfgddbpkkeonnglblmjjm
URL Chính Thức https://chrome.google.com/webstore/detail/google+-comment-search/kdlfbmdpbihcfgddbpkkeonnglblmjjm
Mô tả search comments which the specified user contributed on Google+.
Kích Thước Tệp 66.22 KB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2015-03-30
Ngày Phát Hành 2015-03-30
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển uninterruptedrests
Loại Thanh Toán free
Trang Web Mở Rộng https://plus.google.com/u/0/b/102082793432911199343/102082793432911199343/posts
Ngôn Ngữ Được Hỗ Trợ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google+ Comment Search",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "search comments which the specified user contributed on Google+.",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "background"
    ],
    "page_action": {
        "default_icon": "gpcs19.png",
        "default_title": "Do action",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com\/; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/plus.google.com\/*"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "cts_comment_search.js"
            ]
        }
    ],
    "icons": {
        "48": "gpcs48.png",
        "128": "gpcs128.png"
    },
    "options_page": "options.html"
}