Window Resizer
Resize Google Chrome windows.
Window Resizer là gì?
Window Resizer là một tiện ích mở rộng Chrome được phát triển bởi https://lawfulgood.github.io, và tính năng chính của nó là "Resize Google Chrome windows.".
Ả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 Window Resizer
Tải xuống các tệp mở rộng Window Resizer 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
Window Resizer is a utility to allow you to easily resize Google Chrome windows to specific sizes. Source: https://github.com/LawfulGood/WindowResizer Lawful Good is a suite of Google Chrome plugins that provide much needed developer & user functionality, without clogging your browser up with spyware, malware or other trash.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Window Resizer |
ID | fgcikanifihhgnacepigehgmplgkkgcl |
URL Chính Thức | https://chromewebstore.google.com/detail/window-resizer/fgcikanifihhgnacepigehgmplgkkgcl |
Mô tả | Resize Google Chrome windows. |
Kích Thước Tệp | 125 KB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 0.3 |
Cập Nhật Lần Cuối | 2014-10-09 |
Ngày Phát Hành | 2014-10-09 |
Đánh Giá | 3.63/5 Tổng số 30 Đánh Giá |
Nhà Phát Triển | https://lawfulgood.github.io |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "name": "Window Resizer", "version": "0.3", "manifest_version": 2, "description": "Resize Google Chrome windows.", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "assets\/icons\/resize16.png", "48": "assets\/icons\/resize48.png", "128": "assets\/icons\/resize128.png", "256": "assets\/icons\/resize256.png" }, "browser_action": { "default_icon": "assets\/icons\/resize256.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |