Lottie Grabber

Discover and download Lottie files used on a page

Lottie Grabber là gì?

Lottie Grabber là một tiện ích mở rộng Chrome được phát triển bởi jawish, và tính năng chính của nó là "Discover and download Lottie files used on a page".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Lottie Grabber

Tải xuống các tệp mở rộng Lottie Grabber dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Lottie Grabber Lottie Grabber
ID picecooepnneofbeikgdaiebdlcenafn
URL Chính Thức https://chrome.google.com/webstore/detail/lottie-grabber/picecooepnneofbeikgdaiebdlcenafn
Mô tả Discover and download Lottie files used on a page
Kích Thước Tệp 185 KB
Số Lần Cài Đặt 3,659
Phiên Bản Hiện Tại 3.0.0
Cập Nhật Lần Cuối 2020-07-16
Ngày Phát Hành 2020-07-16
Đánh Giá 2.50/5 Tổng số 8 Đánh Giá
Nhà Phát Triển jawish
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jawish/webextension-lottie-grabber
URL Trang Trợ Giúp https://github.com/jawish/webextension-lottie-grabber/issues
Ngôn Ngữ Được Hỗ Trợ 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
    }
}