Indexing Test

Test if the current page is indexed by Google

Indexing Testคืออะไร?

Indexing Test เป็นส่วนขยายของ Chrome ที่พัฒนาโดย benzihomo และคุณลักษณะหลักของมันคือ "Test if the current page is indexed by Google"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Indexing Test ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension enables you to test if the current page is indexed by Google. Simply select "Indexing Test" from the context menu on the page you want to check.                    

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

ชื่อ Indexing Test Indexing Test
ID lgonpmchaeokedifbjenbcnjcdefdceg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/indexing-test/lgonpmchaeokedifbjenbcnjcdefdceg
คำอธิบาย Test if the current page is indexed by Google
ขนาดไฟล์ 8.9 KB
จำนวนการติดตั้ง 40,015
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2014-03-11
วันที่เผยแพร่ 2014-03-11
คะแนน 2.14/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา benzihomo
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "Indexing Test",
    "description": "Test if the current page is indexed by Google",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ],
    "version": "0.1",
    "manifest_version": 2
}