W3Techs Website Technology Information
Shows which web technologies the current site is using.
W3Techs Website Technology Information क्या है?
W3Techs Website Technology Information https://w3techs.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows which web technologies the current site is using."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में W3Techs Website Technology Information एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" ] } |