web image downloader
Using this extension you can download any image you want as type you want.
web image downloaderとは何ですか?
web image downloaderはahmed chakirによって開発されたChromeの拡張機能で、その主な機能は「Using this extension you can download any image you want as type you want.」です。
拡張機能のスクリーンショット
web image downloader拡張機能のCRXファイルをダウンロード
web image downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
By using this extension you'll can download image as any type you want: PNG or JPG, WebP. How to use this extension: 1.After installing rthe extension in google chrome webstore. 2.Go to image you want to download and open contextmenus. 3.You'll see extension's option. 4.Click on type you want to save image as. 5.It will be saved in your device fastly. It's easy! thank you.
拡張機能の基本情報
名前 | web image downloader |
ID | globiogeokggklpmjjfdglbhipdfmeoa |
公式URL | https://chromewebstore.google.com/detail/web-image-downloader/globiogeokggklpmjjfdglbhipdfmeoa |
説明 | Using this extension you can download any image you want as type you want. |
ファイルサイズ | 13.18 KB |
インストール数 | 22 |
現在のバージョン | 2.1.4 |
最終更新日 | 2021-10-26 |
公開日 | 2021-10-26 |
開発者 | ahmed chakir |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://alsharqa.net/ |
ヘルプページのURL | https://alsharqa.net/ |
プライバシーポリシーページのURL | https://maaloma.tech/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "icons": { "128": "p128.png", "16": "p16.png", "48": "p48.png" }, "background": { "scripts": [ "1.background.js" ] }, "default_locale": "en", "manifest_version": 2, "minimum_chrome_version": "31.0.0", "permissions": [ "downloads", "contextMenus" ], "version": "2.1.4" } |