MockVisual Screenshot Capture
Capture screenshots from your browser and add markup in the MockVisual app
MockVisual Screenshot Capture là gì?
MockVisual Screenshot Capture là một tiện ích mở rộng Chrome được phát triển bởi MockVisual, và tính năng chính của nó là "Capture screenshots from your browser and add markup in the MockVisual app".
Ả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 MockVisual Screenshot Capture
Tải xuống các tệp mở rộng MockVisual Screenshot Capture 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
Great for capturing your screen to provide feedback on websites and web apps.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hfkfmfiogeggbmpgdokldcnppmhnokdp |
URL Chính Thức | https://chrome.google.com/webstore/detail/mockvisual-screenshot-cap/hfkfmfiogeggbmpgdokldcnppmhnokdp |
Mô tả | Capture screenshots from your browser and add markup in the MockVisual app |
Kích Thước Tệp | 31.85 KB |
Số Lần Cài Đặt | 246 |
Phiên Bản Hiện Tại | 2.4 |
Cập Nhật Lần Cuối | 2021-12-29 |
Ngày Phát Hành | 2020-08-31 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | MockVisual |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://mockvisual.com/ |
URL Trang Chính Sách Bảo Mật | https://mockvisual.notion.site/mockvisual/MOCKVISUAL-TERMS-AND-CONDITIONS-150c804a1ff0480ea07396cfbde51490 |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MockVisual Screenshot Capture", "version": "2.4", "description": "Capture screenshots from your browser and add markup in the MockVisual app", "permissions": [ "scripting", "activeTab", "storage", "tabs", "identity", "notifications" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/", "file:\/\/\/*", "file:\/\/\/*\/*" ], "background": { "service_worker": "background.js" }, "externally_connectable": { "matches": [ "https:\/\/*.mockvisual.com\/", "http:\/\/localhost:*\/" ] }, "action": { "default_title": "Click to show" }, "manifest_version": 3, "icons": { "48": "images\/favicon48.png", "128": "images\/favicon128.png" }, "web_accessible_resources": [ { "resources": [ "\/popup\/*", "\/libs\/*" ], "matches": [ " |