Site Pages
Search for all pages for this site that are indexed by Google
Apa itu Site Pages?
Site Pages adalah ekstensi Chrome yang dikembangkan oleh pinibalilihamelech, dan fitur utamanya adalah "Search for all pages for this site that are indexed by Google".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Site Pages
Unduh file ekstensi Site Pages dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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".
Informasi Dasar Ekstensi
Nama | |
ID | fbibhpbpkppfpcgopfbkokifpfiacdok |
URL Resmi | https://chrome.google.com/webstore/detail/site-pages/fbibhpbpkppfpcgopfbkokifpfiacdok |
Deskripsi | Search for all pages for this site that are indexed by Google |
Ukuran File | 16.1 KB |
Jumlah Instalasi | 20,000 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2014-02-26 |
Tanggal Publikasi | 2014-02-24 |
Penilaian | 2.08/5 Total 13 Penilaian |
Pengembang | pinibalilihamelech |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |