Image Downloader
Download any image on your website page in one click!
Image Downloaderとは何ですか?
Image Downloaderはtiffanycheck.checkによって開発されたChromeの拡張機能で、その主な機能は「Download any image on your website page in one click!」です。
拡張機能のスクリーンショット
Image Downloader拡張機能のCRXファイルをダウンロード
Image Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The extension gives the user the option to download images in different formats: PNG, JPG, SVG, WEBP 拡張機能の基本情報
| 名前 | |
| ID | fnelomgkbbanddlflhgphgkijfeoehfb |
| 公式URL | https://chrome.google.com/webstore/detail/image-downloader/fnelomgkbbanddlflhgphgkijfeoehfb |
| 説明 | Download any image on your website page in one click! |
| ファイルサイズ | 19.54 KB |
| インストール数 | 3,519 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2022-12-05 |
| 公開日 | 2022-11-28 |
| 開発者 | tiffanycheck.check |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://home.xcxologyda.xyz/ |
| ヘルプページのURL | https://home.xcxologyda.xyz/contact.html |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"action": {
"default_icon": "logo.png",
"default_title": "Image Downloader",
"default_popup": "popup.html"
},
"description": "Download any image on your website page in one click!",
"icons": {
"128": "logo.png"
},
"manifest_version": 3,
"name": "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": [
"*:\/\/*\/*"
]
} | |