Site Pages
Search for all pages for this site that are indexed by Google
Cos'è Site Pages?
Site Pages è un'estensione di Chrome sviluppata da pinibalilihamelech, e la sua funzione principale è "Search for all pages for this site that are indexed by Google".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Site Pages
Scarica i file di estensione Site Pages in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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".
Informazioni di Base sull'Estensione
Nome | |
ID | fbibhpbpkppfpcgopfbkokifpfiacdok |
URL Ufficiale | https://chrome.google.com/webstore/detail/site-pages/fbibhpbpkppfpcgopfbkokifpfiacdok |
Descrizione | Search for all pages for this site that are indexed by Google |
Dimensione del File | 16.1 KB |
Conteggio Installazioni | 20,000 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2014-02-26 |
Data di Pubblicazione | 2014-02-24 |
Valutazione | 2.08/5 Totale 13 Valutazioni |
Sviluppatore | pinibalilihamelech |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |