Site Pages

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

Qu'est-ce que Site Pages ?

Site Pages est une extension Chrome développée par pinibalilihamelech, et sa fonction principale est "Search for all pages for this site that are indexed by Google".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Site Pages

Téléchargez les fichiers d'extension Site Pages au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Site Pages Site Pages
ID fbibhpbpkppfpcgopfbkokifpfiacdok
URL Officiel https://chrome.google.com/webstore/detail/site-pages/fbibhpbpkppfpcgopfbkokifpfiacdok
Description Search for all pages for this site that are indexed by Google
Taille du Fichier 16.1 KB
Nombre d'Installations 20,000
Version Actuelle 0.1
Dernière Mise à Jour 2014-02-26
Date de Publication 2014-02-24
Évaluation 2.08/5 Total 13 Évaluations
Développeur pinibalilihamelech
Type de Paiement free
Langues Prises en Charge 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
}