Lightshot Downloader
This extension allows you to open Lightshot screenshots via direct url. Photos can be uploaded for photo editing.
Lightshot Downloader란 무엇입니까?
Lightshot Downloader은(는) md-mdaminul410에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows you to open Lightshot screenshots via direct url. Photos can be uploaded for photo editing."입니다.
확장 프로그램 스크린샷
Lightshot Downloader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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).
확장 프로그램 기본 정보
이름 | Lightshot Downloader |
ID | opgmkcnbfkfkpefcbcidclkcenhgjnim |
공식 URL | https://chromewebstore.google.com/detail/lightshot-downloader/opgmkcnbfkfkpefcbcidclkcenhgjnim |
설명 | This extension allows you to open Lightshot screenshots via direct url. Photos can be uploaded for photo editing. |
파일 크기 | 227 KB |
설치 횟수 | 105,534 |
현재 버전 | 1.12.2 |
최근 업데이트 | 2024-03-04 |
출시 날짜 | 2019-07-30 |
평점 | 1.91/5 총 152 개의 평점 |
개발자 | md-mdaminul410 |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://sites.google.com/view/policy-md/home |
지원되는 언어 | 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 } ] } |