Site Pages
Search for all pages for this site that are indexed by Google
Vad är Site Pages?
Site Pages är en Chrome-tillägg utvecklad av pinibalilihamelech, och dess huvudfunktion är "Search for all pages for this site that are indexed by Google".
Tilläggsskärmbilder
Ladda ner Site Pages-förlängningens CRX-fil
Ladda ner Site Pages-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | fbibhpbpkppfpcgopfbkokifpfiacdok |
Officiell webbadress | https://chrome.google.com/webstore/detail/site-pages/fbibhpbpkppfpcgopfbkokifpfiacdok |
Beskrivning | Search for all pages for this site that are indexed by Google |
Filstorlek | 16.1 KB |
Antal Installationer | 20,000 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2014-02-26 |
Publiceringsdatum | 2014-02-24 |
Betyg | 2.08/5 Totalt 13 Betyg |
Utvecklare | pinibalilihamelech |
Betalningssätt | free |
Stödda Språk | 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 } |