Xposer

Uses the Xposer.io API to show the product, the exact version and a full product vulnerability report for a given website.

Xposerคืออะไร?

Xposer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://xposer.io และคุณลักษณะหลักของมันคือ "Uses the Xposer.io API to show the product, the exact version and a full product vulnerability report for a given website."

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

screenshot
screenshot

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

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

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

                        Have you ever wondered what version of Wordpress a site is running? Now there is an easy way to find out. The Xposer extension makes it convenient to call out to the xposer.io API from the website you are currently viewing. Just click the extension icon and click 'Expose'. The product and exact version of the website you are viewing will be revealed to you.

As a developer you can use this information to offer the owner of the site an upgrade of the detected product.

As a site owner you can check if you are running the most recent version of the product.

The version is not gleaned from the meta tags of the website, but by checking of key characteristics of each known product.

- Wordpress
- Drupal
- Joomla
- TYPO3
- Concrete 5

More products and capabilities will be added in the near future.                    

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

ชื่อ Xposer Xposer
ID mnnfjgnafollgnkkfgkfodfidahpmffa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/xposer/mnnfjgnafollgnkkfgkfodfidahpmffa
คำอธิบาย Uses the Xposer.io API to show the product, the exact version and a full product vulnerability report for a given website.
ขนาดไฟล์ 83.97 KB
จำนวนการติดตั้ง 36
เวอร์ชันปัจจุบัน 2.0.5
อัปเดตครั้งล่าสุด 2019-12-21
วันที่เผยแพร่ 2019-12-21
ผู้พัฒนา https://xposer.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://xposer.io
URL หน้าช่วยเหลือ https://github.com/michiel-roos/xposer-issues/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "2.0.5",
    "manifest_version": 2,
    "author": "Michiel Roos",
    "homepage_url": "https:\/\/www.michielroos.com\/",
    "default_locale": "en",
    "permissions": [
        "https:\/\/xposer.io\/*",
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "resources\/javascript\/library.js",
            "resources\/javascript\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "resources\/icons\/19-icon-default.png",
            "38": "resources\/icons\/38-icon-default.png"
        },
        "default_title": "__MSG_extensionName__",
        "default_popup": "resources\/html\/popup.html"
    },
    "icons": {
        "16": "resources\/icons\/16-icon-default.png",
        "48": "resources\/icons\/48-icon-default.png",
        "128": "resources\/icons\/128-icon-default.png"
    },
    "options_ui": {
        "page": "resources\/html\/options.html",
        "open_in_tab": false
    }
}