Screen Resolution Simulator Tool
Check how your website look on different screen resolutions
什麼是Screen Resolution Simulator Tool?
Screen Resolution Simulator Tool是由https://small-seo-tools.zuumsoft.com開發的Chrome擴展程式,該擴展的主要功能是“Check how your website look on different screen resolutions”。
擴展截圖
下載Screen Resolution Simulator Tool擴展crx文件
下載Screen Resolution Simulator Tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | cogoojhkdminnbnnbljfoelegcfgdgog |
官方網址 | https://chrome.google.com/webstore/detail/screen-resolution-simulat/cogoojhkdminnbnnbljfoelegcfgdgog |
簡介 | Check how your website look on different screen resolutions |
檔案大小 | 49.71 KB |
安裝次數 | 1,000 |
目前版本 | 1.0 |
更新時間 | 2020-07-21 |
上架時間 | 2020-07-21 |
評分 | 1.00/5 共 2 次評分 |
開發者 | https://small-seo-tools.zuumsoft.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://small-seo-tools.zuumsoft.com/tool/screen-resolution-simulator-tool/ |
隱私政策頁面URL | https://small-seo-tools.zuumsoft.com/privacy-policy |
支援的語言 | 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" } } |