Right-Click Borescope
List all images under your cursor, even ones hidden by other elements
Right-Click Borescope là gì?
Right-Click Borescope là một tiện ích mở rộng Chrome được phát triển bởi blackle mori, và tính năng chính của nó là "List all images under your cursor, even ones hidden by other elements".
Ả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 Right-Click Borescope
Tải xuống các tệp mở rộng Right-Click Borescope 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
Dig into web pages, find buried treasure. Right-Click Borescope allows you to view all images under your cursor, even if there's other images covering it, or if it's an image that has "right-click save" disabled.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Right-Click Borescope |
ID | mmdokamaalplkfiddbkhpfjmkhecbcnh |
URL Chính Thức | https://chromewebstore.google.com/detail/right-click-borescope/mmdokamaalplkfiddbkhpfjmkhecbcnh |
Mô tả | List all images under your cursor, even ones hidden by other elements |
Kích Thước Tệp | 70.58 KB |
Số Lần Cài Đặt | 537 |
Phiên Bản Hiện Tại | 0.0.4 |
Cập Nhật Lần Cuối | 2022-05-10 |
Ngày Phát Hành | 2022-03-29 |
Đánh Giá | 5.00/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | blackle mori |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/blackle/Right-Click-Borescope |
URL Trang Trợ Giúp | https://github.com/blackle/Right-Click-Borescope/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Right-Click Borescope", "version": "0.0.4", "description": "List all images under your cursor, even ones hidden by other elements", "permissions": [ "contextMenus" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "client.js" ], "run_at": "document_end", "all_frames": true } ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "manifest_version": 3 } |