Window Dimensions
This extension will display the window's dimensions after resizing the browser window.
Window Dimensions là gì?
Window Dimensions là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "This extension will display the window's dimensions after resizing the browser window.".
Ả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 Dimensions
Tải xuống các tệp mở rộng Window Dimensions 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 package allows you to view window size upon resizing the browser. Colors, font-size, and location can be changed in the options panel.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Window Dimensions |
ID | fdegbhikbooibcahgagmcbkdecmelgfo |
URL Chính Thức | https://chromewebstore.google.com/detail/window-dimensions/fdegbhikbooibcahgagmcbkdecmelgfo |
Mô tả | This extension will display the window's dimensions after resizing the browser window. |
Kích Thước Tệp | 52.19 KB |
Số Lần Cài Đặt | 979 |
Phiên Bản Hiện Tại | 0.0.7 |
Cập Nhật Lần Cuối | 2016-04-18 |
Ngày Phát Hành | 2016-04-18 |
Đánh Giá | 2.45/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "js\/jquery-1.11.1.min.js", "js\/scripts.js" ] }, "content_scripts": [ { "css": [ "css\/styles.css" ], "js": [ "js\/jquery-1.11.1.min.js", "js\/scripts.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "http:\/\/localhost\/*", "https:\/\/localhost\/*", "http:\/\/127.0.0.1\/*", "file:\/\/\/*\/*" ], "run_at": "document_end" } ], "description": "This extension will display the window's dimensions after resizing the browser window.", "icons": { "128": "img\/icon128.png" }, "manifest_version": 2, "name": "Window Dimensions", "options_ui": { "chrome_style": true, "page": "options.html" }, "permissions": [ "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.7" } |