Lottie Grabber

Discover and download Lottie files used on a page

Τι είναι το Lottie Grabber;

Το Lottie Grabber είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jawish, και η κύρια λειτουργία του είναι "Discover and download Lottie files used on a page".

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

screenshot

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

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

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

                        Discover Lottie animation JSON files used on websites. Extension lights up with the number of detected Lottie JSON files on a page and lists down the animations for downloading, copying and editing.                    

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

Όνομα Lottie Grabber Lottie Grabber
ID picecooepnneofbeikgdaiebdlcenafn
Επίσημο URL https://chrome.google.com/webstore/detail/lottie-grabber/picecooepnneofbeikgdaiebdlcenafn
Περιγραφή Discover and download Lottie files used on a page
Μέγεθος Αρχείου 185 KB
Αριθμός Εγκαταστάσεων 3,659
Τρέχουσα Έκδοση 3.0.0
Τελευταία Ενημέρωση 2020-07-16
Ημερομηνία Δημοσίευσης 2020-07-16
Αξιολόγηση 2.50/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής jawish
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/jawish/webextension-lottie-grabber
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/jawish/webextension-lottie-grabber/issues
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lottie Grabber",
    "version": "3.0.0",
    "icons": {
        "16": "assets\/icons\/favicon-16.png",
        "32": "assets\/icons\/favicon-32.png",
        "48": "assets\/icons\/favicon-48.png",
        "128": "assets\/icons\/favicon-128.png"
    },
    "description": "Discover and download Lottie files used on a page",
    "homepage_url": "https:\/\/github.com\/jawish\/webextension-lottie-grabber",
    "short_name": "Lottie Grabber",
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "minimum_chrome_version": "49",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icons\/favicon-16.png",
            "32": "assets\/icons\/favicon-32.png",
            "48": "assets\/icons\/favicon-48.png",
            "128": "assets\/icons\/favicon-128.png"
        },
        "default_title": "Lottie Grabber",
        "chrome_style": false
    },
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ],
        "persistent": true
    }
}