Full Page Screenshots by IMG42
Instantly capture fullpage, or partial screenshots. After capture they get uploaded to img42 for easy shareability.
Full Page Screenshots by IMG42 là gì?
Full Page Screenshots by IMG42 là một tiện ích mở rộng Chrome được phát triển bởi icodeforlove, và tính năng chính của nó là "Instantly capture fullpage, or partial screenshots. After capture they get uploaded to img42 for easy shareability.".
Ả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 Full Page Screenshots by IMG42
Tải xuống các tệp mở rộng Full Page Screenshots by IMG42 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 extension provides three features: - Full page screenshots - Partial page screenshots - Free uncompressed hosting
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nomdplicjljgmgfbjgfnpdgkjpdphdah |
URL Chính Thức | https://chrome.google.com/webstore/detail/full-page-screenshots-by/nomdplicjljgmgfbjgfnpdgkjpdphdah |
Mô tả | Instantly capture fullpage, or partial screenshots. After capture they get uploaded to img42 for easy shareability. |
Kích Thước Tệp | 15.49 KB |
Số Lần Cài Đặt | 333 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2017-07-02 |
Ngày Phát Hành | 2017-07-02 |
Đánh Giá | 2.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | icodeforlove |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://img42.com |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Full Page Screenshots by IMG42", "description": "Instantly capture fullpage, or partial screenshots. After capture they get uploaded to img42 for easy shareability.", "manifest_version": 2, "version": "1.0.0", "minimum_chrome_version": "55", "browser_action": { "default_icon": "icons\/38x38.png", "default_popup": "popup.html" }, "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "scripts\/Selector.js", "scripts\/mousetrap.js", "scripts\/content.js" ], "run_at": "document_end" } ], "icons": { "32": "icons\/38x38.png", "128": "icons\/128x128.png" }, "permissions": [ "tabs", "activeTab", "storage", " |