Fix Lightshot

In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website…

Τι είναι το Fix Lightshot;

Το Fix Lightshot είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ryan Hecht, και η κύρια λειτουργία του είναι "In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website…".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Fix Lightshot

Λήψη αρχείων επέκτασης Fix Lightshot σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website to make it more difficult to view the source image of your screenshot. 

In response, this extension allows you to bypass the https://prnt.sc page altogether, and instead directly loads the source URL of the image you're trying to view.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Fix Lightshot Fix Lightshot
ID dahidcllknfnoleplldmphdnmacjglph
Επίσημο URL https://chromewebstore.google.com/detail/fix-lightshot/dahidcllknfnoleplldmphdnmacjglph
Περιγραφή In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website…
Μέγεθος Αρχείου 31.97 KB
Αριθμός Εγκαταστάσεων 4,000
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2018-02-20
Ημερομηνία Δημοσίευσης 2018-02-20
Αξιολόγηση 3.55/5 Συνολικά 20 Αξιολογήσεις
Προγραμματιστής Ryan Hecht
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fix Lightshot",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/prnt.sc\/*",
                "http:\/\/prnt.sc\/*"
            ],
            "js": [
                "content.js"
            ],
            "icons": {
                "128": "icon128.png",
                "48": "icon48.png"
            }
        }
    ]
}