Lenz
Move a virtual magnifying lens around any web page. Tinker with the lens shape, size and magnifying power.
Lenz là gì?
Lenz là một tiện ích mở rộng Chrome được phát triển bởi J. Mazrimas, và tính năng chính của nó là "Move a virtual magnifying lens around any web page. Tinker with the lens shape, size and magnifying power.".
Ả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 Lenz
Tải xuống các tệp mở rộng Lenz 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
After you have added Lenz to Chrome, just visit any web page and click the Lenz button on your browser toolbar. Choose a lens shape and the lens will follow your mouse movements. After that, click the Lenz button to bring up the control panel where you can change the size and power of the lens. You can also choose to let the lens bounce around your browser if you aren't moving the mouse. FAQ: Q: Why does the Lenz extension ask if it can "Access your data for all websites"? A: In order to make the lens effect, the extension takes a screenshot of the current webpage and modifies the area the lens is over. Taking the screenshot triggers that warning from the Chrome system. I do not store or transmit any data at all from your web browser. Q: How do I turn it off? A: To turn off the magnification effect, click the same icon that is currently active (either the hemisphere or the semicylinder). Q: Why does the lens disappear when it goes over certain parts of the web page? A: Lenz cannot receive mouse movement notifications when the mouse is over an embedded "iframe" tag in the web page. These tags are sometimes used for advertisements or embedded videos. Since the lens would just seem to be stuck, I decided to just hide it until the mouse moves back to the main part of the page. Q: What determines the location where the lens displays when its controls are being changed? A: It goes to the last place you clicked. Privacy Policy: When activated, Lenz takes a screenshot of the current web page and then modifies the screenshot to make the lens effect appear. The contents of the screenshot are not stored, transmitted, or analyzed for data. No information is collected -- the pixels of the screenshot are only transformed to make the visual effect.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | egeikoebncmajldoegmhfipbkfmhikep |
URL Chính Thức | https://chrome.google.com/webstore/detail/lenz/egeikoebncmajldoegmhfipbkfmhikep |
Mô tả | Move a virtual magnifying lens around any web page. Tinker with the lens shape, size and magnifying power. |
Kích Thước Tệp | 377 KB |
Số Lần Cài Đặt | 428 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2021-04-17 |
Ngày Phát Hành | 2019-07-23 |
Đánh Giá | 3.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | J. Mazrimas |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lenz", "version": "1.0", "description": "Move a virtual magnifying lens around any web page. Tinker with the lens shape, size and magnifying power.", "browser_action": { "browser_style": false, "default_icon": { "128": "lenzicon.png" }, "default_popup": "controls\/lenzcontrols.html" }, "icons": { "128": "icon_128.png" }, "background": { "scripts": [ "lenzbackground.js" ] }, "web_accessible_resources": [ "bubble.png", "cylinder.png" ], "permissions": [ " |