Approximate ATF
Obtain advanced web QoS metrics for pages you visit and an approximation of the above-the-fold time!
Approximate ATF란 무엇입니까?
Approximate ATF은(는) Diego da Hora에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Obtain advanced web QoS metrics for pages you visit and an approximation of the above-the-fold time!"입니다.
확장 프로그램 스크린샷
Approximate ATF 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
View results by opening the Developer console (More tools -> Developer Tools -> Console). This plugin runs on every page and triggers after pages finish loading. It measures advanced web quality metrics show results on the console view, with options to save results to disk. It calculates the time instant metrics: DOM, PLT (onload), and ATF load time. It also calculates time integral metrics, similar in spirit to Google's SpeedIndex, but measuring load completion of objects (ObjectIndex), bytes (ByteIndex) and images (ImageIndex). The relation between these metrics and perceived quality can be found in our tech-report "Narrowing the gap between QoS metrics andWeb QoE using Above-the-fold metrics", available in our project page: http://perso.telecom-paristech.fr/~drossi/index.php?n=Dataset.WebMOS This plugin is open-source and the code is available at: https://github.com/TeamRossi/ATF-chrome-plugin Version: 1.12 - Added option to save log to file, with different verbosity levels. Version: 1.11 - Added option's menu to configure plugin verbosity.
확장 프로그램 기본 정보
이름 | |
ID | eedmonedcfjniaagehchbkdolbobmfhb |
공식 URL | https://chrome.google.com/webstore/detail/approximate-atf/eedmonedcfjniaagehchbkdolbobmfhb |
설명 | Obtain advanced web QoS metrics for pages you visit and an approximation of the above-the-fold time! |
파일 크기 | 53.59 KB |
설치 횟수 | 17 |
현재 버전 | 1.20 |
최근 업데이트 | 2017-12-14 |
출시 날짜 | 2017-12-14 |
평점 | 4.67/5 총 3 개의 평점 |
개발자 | Diego da Hora |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://newnet.telecom-paristech.fr/index.php/webqoe/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Approximate ATF", "short_name": "ATF", "version": "1.20", "permissions": [ "activeTab", "webNavigation", "debugger", "storage" ], "icons": { "128": "ATF128.png" }, "options_page": "options.html", "description": "Obtain advanced web QoS metrics for pages you visit and an approximation of the above-the-fold time!", "content_scripts": [ { "matches": [ " |