JSON downloader

Select and right click the JSON of a Lottie animation online and download!

JSON downloaderとは何ですか?

JSON downloaderはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Select and right click the JSON of a Lottie animation online and download!」です。

拡張機能のスクリーンショット

screenshot

JSON downloader拡張機能のCRXファイルをダウンロード

JSON downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Select text, right click and download selected text as a JSON file. Used for easily downloading Lottie animations (which are in JSON format).                    

拡張機能の基本情報

名前 JSON downloader JSON downloader
ID jbfdnmiljibiadikgcigcgcfdeehphmi
公式URL https://chromewebstore.google.com/detail/json-downloader/jbfdnmiljibiadikgcigcgcfdeehphmi
説明 Select and right click the JSON of a Lottie animation online and download!
ファイルサイズ 8.17 KB
インストール数 2,196
現在のバージョン 1.0
最終更新日 2021-11-18
公開日 2021-11-18
評価 5.00/5 合計 2 レビュー
開発者 Unknown
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON downloader",
    "description": "Select and right click the JSON of a Lottie animation online and download!",
    "version": "1.0",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "manifest_version": 2,
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}