Lightshot Downloader
This extension allows you to open Lightshot screenshots via direct url. Photos can be uploaded for photo editing.
Τι είναι το Lightshot Downloader;
Το Lightshot Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον md-mdaminul410, και η κύρια λειτουργία του είναι "This extension allows you to open Lightshot screenshots via direct url. Photos can be uploaded for photo editing.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Lightshot Downloader
Λήψη αρχείων επέκτασης 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 |
Επίσημο 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 } ] } |