Site Pages

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

Hvad er Site Pages?

Site Pages er en Chrome-udvidelse udviklet af pinibalilihamelech, og dens hovedfunktion er "Search for all pages for this site that are indexed by Google".

Udvidelsesskærmbilleder

screenshot

Download Site Pages-udvidelses-CRX-fil

Download Site Pages-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Site Pages Site Pages
ID fbibhpbpkppfpcgopfbkokifpfiacdok
Officiel URL https://chrome.google.com/webstore/detail/site-pages/fbibhpbpkppfpcgopfbkokifpfiacdok
Beskrivelse Search for all pages for this site that are indexed by Google
Filstørrelse 16.1 KB
Antal Installationer 20,000
Nuværende Version 0.1
Senest Opdateret 2014-02-26
Udgivelsesdato 2014-02-24
Bedømmelse 2.08/5 Samlet 13 Bedømmelser
Udvikler pinibalilihamelech
Betalingsmetode free
Understøttede Sprog 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
}