Site Pages
Search for all pages for this site that are indexed by Google
Site Pagesとは何ですか?
Site Pagesはpinibalilihamelechによって開発されたChromeの拡張機能で、その主な機能は「Search for all pages for this site that are indexed by Google」です。
拡張機能のスクリーンショット
Site Pages拡張機能のCRXファイルをダウンロード
Site Pages拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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".
拡張機能の基本情報
名前 | |
ID | fbibhpbpkppfpcgopfbkokifpfiacdok |
公式URL | https://chrome.google.com/webstore/detail/site-pages/fbibhpbpkppfpcgopfbkokifpfiacdok |
説明 | Search for all pages for this site that are indexed by Google |
ファイルサイズ | 16.1 KB |
インストール数 | 20,000 |
現在のバージョン | 0.1 |
最終更新日 | 2014-02-26 |
公開日 | 2014-02-24 |
評価 | 2.08/5 合計 13 レビュー |
開発者 | pinibalilihamelech |
支払い方法 | free |
対応言語 | 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 } |