Window Resizer
Resize the browser window.
什麼是Window Resizer?
Window Resizer是由antwhere.com開發的Chrome擴展程式,該擴展的主要功能是“Resize the browser window.”。
擴展截圖
下載Window Resizer擴展crx文件
下載Window Resizer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Resize the browser window. The resolution list supports customization.
✅ open-source: https://bitbucket.org/antwhere/window_resizer/
----------
Update history:
1.6: Migrate to Manifest V3.
1.5: Enhanced input data verification.
1.4: Add editing function.
1.3: Add rich customization options.
1.2: Fixed bugs, improved performance.
1.1: The open source Window Resizer extension is here!
----------
Privacy Policy:
We do not collect any information from the first version until now and forever!
----------
The initial version began in June 2020.
Feedback E-mail: [email protected]
Official Website: www.antwhere.com 擴展基本資訊
| 名稱 | |
| ID | pcgliehpfebaphkmeffmichhimjagaal |
| 官方網址 | https://chromewebstore.google.com/detail/window-resizer/pcgliehpfebaphkmeffmichhimjagaal |
| 簡介 | Resize the browser window. |
| 檔案大小 | 10.21 KB |
| 安裝次數 | 342 |
| 目前版本 | 1.6 |
| 更新時間 | 2022-11-23 |
| 上架時間 | 2020-07-03 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | antwhere.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Window Resizer",
"description": "Resize the browser window.",
"version": "1.6",
"icons": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"options_page": "options.html",
"options_ui": {
"page": "options.html",
"browser_style": true,
"open_in_tab": true
},
"action": {
"default_icon": "icons\/icon-128.png",
"default_popup": "popup.html"
}
} | |