Web-Development | Analysis-Tools
This extension shows links to some good Website-Analysis-Tools for the current tab.
什麼是Web-Development | Analysis-Tools?
Web-Development | Analysis-Tools是由https://moelleken.org開發的Chrome擴展程式,該擴展的主要功能是“This extension shows links to some good Website-Analysis-Tools for the current tab.”。
擴展截圖
下載Web-Development | Analysis-Tools擴展crx文件
下載Web-Development | Analysis-Tools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension shows links to some good Website-Analysis-Tools for the current tab. Here is the github-repo if you want to contribute: https://github.com/voku/Web-Analyse-Tools-for-Chrome Happy Coding! :) -------------- CHANGELOG: 0.0.3 ----- [+]: add link to "SSL Config-Generator" [+]: add link to "Facebook Sharing Debugger" [+]: add link to ""Twitter-Card Validator" 0.0.2 ----- [+]: add link to "Check Accessibility (wave.webaim.org)" 0.0.1 ----- [+]: init
擴展基本資訊
名稱 | Web-Development | Analysis-Tools |
ID | ebhbpdaejpgndphbdcphdiefknmeciph |
官方網址 | https://chromewebstore.google.com/detail/web-development-analysis/ebhbpdaejpgndphbdcphdiefknmeciph |
簡介 | This extension shows links to some good Website-Analysis-Tools for the current tab. |
檔案大小 | 8.08 KB |
安裝次數 | 269 |
目前版本 | 0.0.3 |
更新時間 | 2016-08-01 |
上架時間 | 2016-08-01 |
評分 | 5.00/5 共 2 次評分 |
開發者 | https://moelleken.org |
付費類型 | free |
擴展官網 | https://suckup.de/2015/10/top-chrome-erweiterungen-fuer-webdeveloper/ |
說明頁面URL | https://github.com/voku/Web-Analyse-Tools-for-Chrome |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Web-Development | Analysis-Tools", "description": "This extension shows links to some good Website-Analysis-Tools for the current tab.", "version": "0.0.3", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |