Site Pages

Search for all pages for this site that are indexed by Google

Site Pages là gì?

Site Pages là một tiện ích mở rộng Chrome được phát triển bởi pinibalilihamelech, và tính năng chính của nó là "Search for all pages for this site that are indexed by Google".

Ả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 Site Pages

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

                        This extension enables you to quickly find all the pages for this site that are indexed by Google. Simply navigate to the site you want to check and click "Site Pages".                    

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

Tên Site Pages Site Pages
ID fbibhpbpkppfpcgopfbkokifpfiacdok
URL Chính Thức https://chrome.google.com/webstore/detail/site-pages/fbibhpbpkppfpcgopfbkokifpfiacdok
Mô tả Search for all pages for this site that are indexed by Google
Kích Thước Tệp 16.1 KB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2014-02-26
Ngày Phát Hành 2014-02-24
Đánh Giá 2.08/5 Tổng số 13 Đánh Giá
Nhà Phát Triển pinibalilihamelech
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "Site Pages",
    "description": "Search for all pages for this site that are indexed by Google",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}