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文件
下載Lightshot Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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 } ] } |