W3Techs Website Technology Information

Shows which web technologies the current site is using.

W3Techs Website Technology Informationคืออะไร?

W3Techs Website Technology Information เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://w3techs.com และคุณลักษณะหลักของมันคือ "Shows which web technologies the current site is using."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย W3Techs Website Technology Information

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

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

                        The W3Techs extension shows with one mouse click which web technologies the current site is using.

The technologies shown include content management systems, server-side and client-side programming languages, JavaScript libraries, markup languages, character encodings, SSL certificate authorities, social widgets, web servers, operating systems, content delivery networks, traffic analysis tools and advertising networks. Additionally, you get background information and warnings on potential quality problems of the site.

Version 1.2 ensures compatibility with future Chrome versions.                    

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

ชื่อ W3Techs Website Technology Information W3Techs Website Technology Information
ID ijfkmffnodjkcllhmbimamggiobmicmh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/w3techs-website-technolog/ijfkmffnodjkcllhmbimamggiobmicmh
คำอธิบาย Shows which web technologies the current site is using.
ขนาดไฟล์ 11.94 KB
จำนวนการติดตั้ง 8,835
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2013-06-22
วันที่เผยแพร่ 2013-06-22
คะแนน 4.53/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา https://w3techs.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://w3techs.com/
URL หน้าช่วยเหลือ http://w3techs.com/blog/entry/website_technology_information_browser_extensions
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "W3Techs Website Technology Information",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Shows which web technologies the current site is using.",
    "icons": {
        "48": "w3techs_48.png",
        "128": "w3techs_128.png"
    },
    "browser_action": {
        "default_title": "W3Techs Website Technology Information",
        "default_icon": "w3techs_16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/w3techs.com\/",
        "tabs"
    ]
}