Screen Capture - full page
Screen capture your current page in entirety and reliably!
Screen Capture - full page là gì?
Screen Capture - full page là một tiện ích mở rộng Chrome được phát triển bởi waseem.aslam.uspto, và tính năng chính của nó là "Screen capture your current page in entirety and reliably!".
Ả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 Screen Capture - full page
Tải xuống các tệp mở rộng Screen Capture - full page 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
The Screen Capture provides the ability to take a full webpage screenshots. Capture, annotate and save as JPEG to upload, print and disseminate. The Screen Capture will also capture the webpage URLs and Day/ timestamp. This plugin is tightly built with internal APIs of United States Patent and Trademark Office (USPTO) and used internally. This plugin always be unlisted to public and distribute to USPTO internal users by network team after evaluation and approval.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Screen Capture - full page |
ID | mdcojbflhnlfkdmkhhpbjbejomldjall |
URL Chính Thức | https://chromewebstore.google.com/detail/screen-capture-full-page/mdcojbflhnlfkdmkhhpbjbejomldjall |
Mô tả | Screen capture your current page in entirety and reliably! |
Kích Thước Tệp | 154 KB |
Số Lần Cài Đặt | 507 |
Phiên Bản Hiện Tại | 4.0.1 |
Cập Nhật Lần Cuối | 2022-07-14 |
Ngày Phát Hành | 2022-07-13 |
Nhà Phát Triển | waseem.aslam.uspto |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.uspto.gov/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Screen Capture - full page", "version": "4.0.1", "manifest_version": 3, "description": "Screen capture your current page in entirety and reliably!", "action": { "default_icon": "icon-999.png", "default_popup": "popup.html" }, "background.service_worker": { "scripts": [ "jquery.min.js", "moment.min.js", "lodash.min.js" ] }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Shift+P" } } }, "permissions": [ "activeTab", "tabs", "scripting" ], "optional_permissions": [ "unlimitedStorage" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/", "*:\/\/*\/*" ], "icons": { "16": "icon16-999.png", "48": "icon48-999.png", "128": "icon128-999.png" }, "-ms-preload": { "backgroundScript": "backgroundScriptsAPIBridge.js", "contentScript": "contentScriptsAPIBridge.js" } } |