Resolution Test
An extension for developers to test web pages in different screen resolutions, with an option to define your own resolutions
什麼是Resolution Test?
Resolution Test是由doler-teams-2023開發的Chrome擴展程式,該擴展的主要功能是“An extension for developers to test web pages in different screen resolutions, with an option to define your own resolutions”。
擴展截圖
下載Resolution Test擴展crx文件
下載Resolution Test擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Developer extension for testing web pages in different screen resolutions, with the option to define your own resolutions and support for sharing the results to Facebook by taking screenshots And share. Update v3.1 - 4th April 2023 - Take a screenshot of your screen resolution and share it on Facebook - Save screenshot of test screen resolution Update v3.0 - March 29, 2023 - Fixed Chrome notifications - Removed "restore previous window" instructions that are no longer needed - Simple design ================================================== ======== Test the browser window resizing resolution for developers to preview their web pages in different screen resolutions. It includes a list of commonly used resolutions and the ability to customize that list. ================================================== ======== Using: 1. Click the check resolution icon at the top right of your browser window. 2. Select a resolution or select multiple resolutions and press "View All Selected". 3. Your window will be resized 4. Click the Screen Capture button if you want
擴展基本資訊
名稱 | |
ID | idhfcdbheobinplaamokffboaccidbal |
官方網址 | https://chrome.google.com/webstore/detail/resolution-test/idhfcdbheobinplaamokffboaccidbal |
簡介 | An extension for developers to test web pages in different screen resolutions, with an option to define your own resolutions |
檔案大小 | 157 KB |
安裝次數 | 99,541 |
目前版本 | 3.1.1 |
更新時間 | 2023-05-09 |
上架時間 | 2017-10-26 |
評分 | 4.10/5 共 378 次評分 |
開發者 | doler-teams-2023 |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://sites.google.com/view/bas64-decode/home |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Resolution Test", "description": "An extension for developers to test web pages in different screen resolutions, with an option to define your own resolutions", "version": "3.1.1", "icons": { "16": ".\/assets\/icon128.png", "48": ".\/assets\/icon128.png", "128": ".\/assets\/icon128.png" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "action": { "default_icon": ".\/assets\/icon128.png", "default_popup": "popup.html" }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/vendor.js", "js\/content_script.js" ] } ], "permissions": [ "storage", "notifications", "declarativeNetRequest", "tabs" ], "host_permissions": [ " |