Site Pages

Search for all pages for this site that are indexed by Google

Site Pagesคืออะไร?

Site Pages เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pinibalilihamelech และคุณลักษณะหลักของมันคือ "Search for all pages for this site that are indexed by Google"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Site Pages

ดาวน์โหลดไฟล์ส่วนขยาย 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".                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Site Pages 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
}