IntoDNS Chrome

Easy way to check the current site in IntoDNS

IntoDNS Chromeคืออะไร?

IntoDNS Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Fisix และคุณลักษณะหลักของมันคือ "Easy way to check the current site in IntoDNS"

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

screenshot

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

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

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

                        IntoDNS Chrome is a straightforward plug-in that allows you to query DNS statistics. With the app, you can explore the domain you're currently viewing using intoDNS in a new tab.                    

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

ชื่อ IntoDNS Chrome IntoDNS Chrome
ID hmipmjjongmaabhjnllmdfehpnimjpjj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/intodns-chrome/hmipmjjongmaabhjnllmdfehpnimjpjj
คำอธิบาย Easy way to check the current site in IntoDNS
ขนาดไฟล์ 6.32 KB
จำนวนการติดตั้ง 1,446
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2013-05-29
วันที่เผยแพร่ 2013-05-29
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Fisix
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://usrben.com
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IntoDNS Chrome",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Easy way to check the current site in IntoDNS",
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "permissions": [
        "tabs"
    ]
}