One Click Image Downloader
Allows users to easily download images from any webpage with just one click
One Click Image Downloaderとは何ですか?
One Click Image Downloaderはolivia.mrktxによって開発されたChromeの拡張機能で、その主な機能は「Allows users to easily download images from any webpage with just one click」です。
拡張機能のスクリーンショット
One Click Image Downloader拡張機能のCRXファイルをダウンロード
One Click Image Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
One Click Image Downloader is an innovative and convenient extension that allows users to easily download images from any webpage with just one click. When activated, the extension will display a pop-up window showing all of the images present on the current page. The user can then choose which image they would like to download by clicking on it, and the extension will automatically save the image to the user's device. This is an extremely useful tool for anyone looking to quickly and efficiently download and save images for personal or professional use. With the "One Click Image Downloader" extension, downloading images has never been simpler! leave us a review regarding our extension❤️
拡張機能の基本情報
名前 | |
ID | bmgejlhdmbbmdkfkjnigfjiglnohnlnc |
公式URL | https://chrome.google.com/webstore/detail/one-click-image-downloade/bmgejlhdmbbmdkfkjnigfjiglnohnlnc |
説明 | Allows users to easily download images from any webpage with just one click |
ファイルサイズ | 16.72 KB |
インストール数 | 4,075 |
現在のバージョン | 1.1 |
最終更新日 | 2022-12-22 |
公開日 | 2022-12-22 |
開発者 | olivia.mrktx |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://home.depictureaddick.xyz/ |
ヘルプページのURL | https://home.depictureaddick.xyz/contact.html |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "logo.png", "default_title": "One Click Image Downloader", "default_popup": "popup.html" }, "description": "Allows users to easily download images from any webpage with just one click", "icons": { "128": "logo.png" }, "manifest_version": 3, "name": "One Click Image Downloader", "version": "1.1", "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "icons\/*.svg" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.js" ] } ], "host_permissions": [ "*:\/\/*\/*" ] } |