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.".
Снимки экрана расширения
Скачать файл 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 |
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" ] } |