Site Pages

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

What is Site Pages?

Site Pages is a Chrome extension developed by pinibalilihamelech, and its main feature is "Search for all pages for this site that are indexed by Google".

Extension Screenshots

screenshot

Download Site Pages Extension CRX File

Download Site Pages extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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".                    

Extension Basic Information

Name Site Pages Site Pages
ID fbibhpbpkppfpcgopfbkokifpfiacdok
Official URL https://chrome.google.com/webstore/detail/site-pages/fbibhpbpkppfpcgopfbkokifpfiacdok
Description Search for all pages for this site that are indexed by Google
File Size 16.1 KB
Installation Count 20,000
Current Version 0.1
Last Updated 2014-02-26
Publish Date 2014-02-24
Rating 2.08/5 Total 13 Ratings
Developer pinibalilihamelech
Payment Type free
Supported Languages 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
}