LinkedImageDownloader
表示されている画像やリンク先の画像を一括保存します。
LinkedImageDownloaderとは何ですか?
LinkedImageDownloaderはhttps://otomizu.workによって開発されたChromeの拡張機能で、その主な機能は「表示されている画像やリンク先の画像を一括保存します。」です。
拡張機能のスクリーンショット
LinkedImageDownloader拡張機能のCRXファイルをダウンロード
LinkedImageDownloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
表示中の画像とHTMLのaタグに設定されているリンク先の画像を一括ダウンロードします。 使用方法: 右クリック→「LinkedImageDownloader」→「表示画像一括ダウンロード」又は「リンク先画像一括ダウンロード」を押す。
拡張機能の基本情報
名前 | |
ID | iehgpielgoogmjlmihjkgmbmneooaand |
公式URL | https://chrome.google.com/webstore/detail/linkedimagedownloader/iehgpielgoogmjlmihjkgmbmneooaand |
説明 | 表示されている画像やリンク先の画像を一括保存します。 |
ファイルサイズ | 4.68 KB |
インストール数 | 5,000 |
現在のバージョン | 0.1 |
最終更新日 | 2019-07-13 |
公開日 | 2019-07-13 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://otomizu.work |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://otomizu.work/2019/06/05/google-chrome-linked-image-downloader/ |
対応言語 | 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" ] } |