Site Pages
Search for all pages for this site that are indexed by Google
Wat is Site Pages?
Site Pages is een Chrome-extensie ontwikkeld door pinibalilihamelech, en de belangrijkste functie is "Search for all pages for this site that are indexed by Google".
Extensie Screenshots
Download het CRX-bestand van de extensie Site Pages
Download Site Pages-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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".
Basisinformatie over de Extensie
Naam | |
ID | fbibhpbpkppfpcgopfbkokifpfiacdok |
Officiële URL | https://chrome.google.com/webstore/detail/site-pages/fbibhpbpkppfpcgopfbkokifpfiacdok |
Beschrijving | Search for all pages for this site that are indexed by Google |
Bestandsgrootte | 16.1 KB |
Aantal Installaties | 20,000 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2014-02-26 |
Publicatiedatum | 2014-02-24 |
Beoordeling | 2.08/5 Totaal 13 Beoordelingen |
Ontwikkelaar | pinibalilihamelech |
Betalingswijze | free |
Ondersteunde Talen | 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 } |