PageXray

This tool will show you the technologies used on any page.

PageXrayคืออะไร?

PageXray เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://pagexray.com และคุณลักษณะหลักของมันคือ "This tool will show you the technologies used on any page."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension will give you a one-click access to find-out the technologies used on the current page that you are visiting.

It can also create a list of icons on the footer, you need to activate this on the options page.

Note:
This app does NOT access your data.
The warning sign that Chrome shows is only because the app executes some javascript codes on websites you visits.

This app can scan upto 300+ with this extension.
Scan online via http://pagexray.com to use 500+ patterns

Changelog
v1.29
Shows WordPress theme template information (style.css)
Based on user request: Print feature (Beta)

v1.20
Show WordPress plugins and WordPress themes

F.A.Q.
Unlike other extensions, this app doesn't slow your page browsing.
Some users reports that Wappalyzer, Chrome Sniffer, BuiltWith, and other similar technology scanners uses a lot of CPU.
We use "asynchronous" scanning and an algorithm to quickly scan the page.


###############
Stay tuned on the new upcoming features that will be launched soon :)
###############                    

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

ชื่อ PageXray PageXray
ID aedmpdookgbneegaeajpoldpnpfbpmlb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/pagexray/aedmpdookgbneegaeajpoldpnpfbpmlb
คำอธิบาย This tool will show you the technologies used on any page.
ขนาดไฟล์ 433 KB
จำนวนการติดตั้ง 9,440
เวอร์ชันปัจจุบัน 1.31
อัปเดตครั้งล่าสุด 2014-05-22
วันที่เผยแพร่ 2014-05-22
คะแนน 3.25/5 รวมทั้งหมด 69 คะแนน
ผู้พัฒนา http://pagexray.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://pagexray.com/extension/
URL หน้าช่วยเหลือ http://pagexray.com/about/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PageXray",
    "version": "1.31",
    "description": "This tool will show you the technologies used on any page.",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    },
    "homepage_url": "http:\/\/pagexray.com\/?utm_source=chrome_ext_homepage_url",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/lib\/px-jquery-1.7.1.min.js",
                "js\/page_check.min.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "options_page": "options.html",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon_16.png",
        "default_title": "Scan with PageXray"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "css\/page.css",
        "css\/print.css",
        "i\/*.png",
        "img\/folder16.png",
        "img\/options.png",
        "img\/print.png",
        "img\/close.png",
        "img\/px-top-logo.png",
        "img\/px_scanning.gif",
        "js\/page.min.js",
        "js\/page_check.min.js",
        "js\/techs.min.js",
        "js\/lib\/px-jquery-1.7.1.min.js"
    ]
}