PageSpeed Insights Checker for Mobile
Checks Mobile PageSpeed score for every page and gives you a handy preview
PageSpeed Insights Checker for Mobile là gì?
PageSpeed Insights Checker for Mobile là một tiện ích mở rộng Chrome được phát triển bởi [email protected], và tính năng chính của nó là "Checks Mobile PageSpeed score for every page and gives you a handy preview".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng PageSpeed Insights Checker for Mobile
Tải xuống các tệp mở rộng PageSpeed Insights Checker for Mobile dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Checks Mobile PageSpeed score for every page and gives you a handy preview. NOTE: This sends every page you visit up to the Page Speed Insights API to do the full analysis of the page. Latest update: Lets you set your own API key.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | PageSpeed Insights Checker for Mobile |
ID | mkjmodmicmpjedhoekkmafdgpocdkbna |
URL Chính Thức | https://chromewebstore.google.com/detail/pagespeed-insights-checke/mkjmodmicmpjedhoekkmafdgpocdkbna |
Mô tả | Checks Mobile PageSpeed score for every page and gives you a handy preview |
Kích Thước Tệp | 21.38 KB |
Số Lần Cài Đặt | 3,346 |
Phiên Bản Hiện Tại | 0.0.0.9 |
Cập Nhật Lần Cuối | 2013-09-27 |
Ngày Phát Hành | 2013-09-27 |
Đánh Giá | 3.21/5 Tổng số 19 Đánh Giá |
Nhà Phát Triển | [email protected] |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PageSpeed Insights Checker for Mobile", "description": "Checks Mobile PageSpeed score for every page and gives you a handy preview", "manifest_version": 2, "version": "0.0.0.9", "permissions": [ "tabs", "https:\/\/www.googleapis.com\/" ], "options_page": "options.html", "browser_action": { "default_icon": { "19": "19.png" }, "default_title": "PageSpeed Insights Checker" }, "background": { "scripts": [ "main.js" ] } } |