W3Techs Website Technology Information
Shows which web technologies the current site is using.
W3Techs Website Technology Informationとは何ですか?
W3Techs Website Technology Informationはhttps://w3techs.comによって開発されたChromeの拡張機能で、その主な機能は「Shows which web technologies the current site is using.」です。
拡張機能のスクリーンショット
W3Techs Website Technology Information拡張機能のCRXファイルをダウンロード
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" ] } |