LinkedImageDownloader

表示されている画像やリンク先の画像を一括保存します。

LinkedImageDownloader là gì?

LinkedImageDownloader là một tiện ích mở rộng Chrome được phát triển bởi https://otomizu.work, và tính năng chính của nó là "表示されている画像やリンク先の画像を一括保存します。".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng LinkedImageDownloader 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

                        表示中の画像とHTMLのaタグに設定されているリンク先の画像を一括ダウンロードします。

使用方法:
右クリック→「LinkedImageDownloader」→「表示画像一括ダウンロード」又は「リンク先画像一括ダウンロード」を押す。                    

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

Tên LinkedImageDownloader LinkedImageDownloader
ID iehgpielgoogmjlmihjkgmbmneooaand
URL Chính Thức https://chrome.google.com/webstore/detail/linkedimagedownloader/iehgpielgoogmjlmihjkgmbmneooaand
Mô tả 表示されている画像やリンク先の画像を一括保存します。
Kích Thước Tệp 4.68 KB
Số Lần Cài Đặt 5,000
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2019-07-13
Ngày Phát Hành 2019-07-13
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://otomizu.work
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://otomizu.work/2019/06/05/google-chrome-linked-image-downloader/
Ngôn Ngữ Được Hỗ Trợ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LinkedImageDownloader",
    "version": "0.1",
    "description": "\u8868\u793a\u3055\u308c\u3066\u3044\u308b\u753b\u50cf\u3084\u30ea\u30f3\u30af\u5148\u306e\u753b\u50cf\u3092\u4e00\u62ec\u4fdd\u5b58\u3057\u307e\u3059\u3002",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html"
    },
    "background": {
        "scripts": [
            "background-script.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "downloads",
        "activeTab",
        "tabs"
    ]
}