Lightshot Downloader
This extension allows you to open Lightshot screenshots via direct url. Photos can be uploaded for photo editing.
Lightshot Downloader là gì?
Lightshot Downloader là một tiện ích mở rộng Chrome được phát triển bởi md-mdaminul410, và tính năng chính của nó là "This extension allows you to open Lightshot screenshots via direct url. Photos can be uploaded for photo editing.".
Ả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 Lightshot Downloader
Tải xuống các tệp mở rộng Lightshot Downloader 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
Just click on the Extension icon when the screenshot page is opened. Changes: V1.1: Now the extension button is enabled only on prnt.sc domain V1.12.1: - Adding extremely special features, you can edit photos easily with many magical features without having to use any other photo editing software, this feature is completely free. - In addition, you can also upload photos to lightshot and share the link after uploading to social networks such as linkedin, twitter and facebook (automatically post using post api).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Lightshot Downloader |
ID | opgmkcnbfkfkpefcbcidclkcenhgjnim |
URL Chính Thức | https://chromewebstore.google.com/detail/lightshot-downloader/opgmkcnbfkfkpefcbcidclkcenhgjnim |
Mô tả | This extension allows you to open Lightshot screenshots via direct url. Photos can be uploaded for photo editing. |
Kích Thước Tệp | 227 KB |
Số Lần Cài Đặt | 105,534 |
Phiên Bản Hiện Tại | 1.12.2 |
Cập Nhật Lần Cuối | 2024-03-04 |
Ngày Phát Hành | 2019-07-30 |
Đánh Giá | 1.91/5 Tổng số 152 Đánh Giá |
Nhà Phát Triển | md-mdaminul410 |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://sites.google.com/view/policy-md/home |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Lightshot Downloader", "version": "1.12.2", "description": "This extension allows you to open Lightshot screenshots via direct url. Photos can be uploaded for photo editing.", "options_ui": { "page": "src\/options\/index.html", "open_in_tab": true }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "action": { "default_icon": "icons\/128.png", "default_popup": "src\/popup\/index.html" }, "icons": { "128": "icons\/128.png" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.content.js.471dc908.02a02b19.js" ], "matches": [ "*:\/\/*.facebook.com\/*", "*:\/\/twitter.com\/*", "*:\/\/*.linkedin.com\/*", "*:\/\/prntscr.com\/*", "*:\/\/prnt.sc\/*" ] } ], "permissions": [ "storage", "declarativeNetRequest" ], "host_permissions": [ "*:\/\/*.facebook.com\/*", "*:\/\/twitter.com\/*", "*:\/\/*.linkedin.com\/*", "*:\/\/prntscr.com\/*" ], "web_accessible_resources": [ { "matches": [ "*:\/\/*.facebook.com\/*", "*:\/\/*.linkedin.com\/*", "*:\/\/prnt.sc\/*", "*:\/\/prntscr.com\/*", "*:\/\/twitter.com\/*" ], "resources": [ "assets\/content.js.471dc908.js" ], "use_dynamic_url": true } ] } |