Screen Resolution Simulator Tool
Check how your website look on different screen resolutions
Screen Resolution Simulator Tool là gì?
Screen Resolution Simulator Tool là một tiện ích mở rộng Chrome được phát triển bởi https://small-seo-tools.zuumsoft.com, và tính năng chính của nó là "Check how your website look on different screen resolutions".
Ả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 Screen Resolution Simulator Tool
Tải xuống các tệp mở rộng Screen Resolution Simulator Tool 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
This tool will let yo test your website how it looks and works on different screen sizes. While it's free to use, but it provides all the sizes. How it works? Put your website address, select appropriate screen size that you need to check and hit simulate button.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cogoojhkdminnbnnbljfoelegcfgdgog |
URL Chính Thức | https://chrome.google.com/webstore/detail/screen-resolution-simulat/cogoojhkdminnbnnbljfoelegcfgdgog |
Mô tả | Check how your website look on different screen resolutions |
Kích Thước Tệp | 49.71 KB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-07-21 |
Ngày Phát Hành | 2020-07-21 |
Đánh Giá | 1.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://small-seo-tools.zuumsoft.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://small-seo-tools.zuumsoft.com/tool/screen-resolution-simulator-tool/ |
URL Trang Chính Sách Bảo Mật | https://small-seo-tools.zuumsoft.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Screen Resolution Simulator Tool", "default_locale": "en", "description": "Check how your website look on different screen resolutions", "background": { "scripts": [ "background.js" ] }, "version": "1.0", "icons": { "128": "images\/icon-128.png" }, "browser_action": { "default_icon": "images\/icon-128.png" } } |