Image Extractor - by Visual View
Single click extract and download images on any webpage
Image Extractor - by Visual Viewとは何ですか?
Image Extractor - by Visual Viewはhttps://visualview.appによって開発されたChromeの拡張機能で、その主な機能は「Single click extract and download images on any webpage」です。
拡張機能のスクリーンショット
Image Extractor - by Visual View拡張機能のCRXファイルをダウンロード
Image Extractor - by Visual View拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The simplest way to extract and download images on a webpage. 拡張機能の基本情報
| 名前 | |
| ID | ppbbnicomlpilfkohhknjdkndelfncjl |
| 公式URL | https://chromewebstore.google.com/detail/image-extractor-by-visual/ppbbnicomlpilfkohhknjdkndelfncjl |
| 説明 | Single click extract and download images on any webpage |
| ファイルサイズ | 656 KB |
| インストール数 | 2,697 |
| 現在のバージョン | 0.0.4 |
| 最終更新日 | 2022-07-21 |
| 公開日 | 2021-06-29 |
| 評価 | 5.00/5 合計 7 レビュー |
| 開発者 | https://visualview.app |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.visualview.app/ |
| プライバシーポリシーページのURL | https://something-good.notion.site/Privacy-Policy-7f5614ed56bd43069c74c9765d13deb8 |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Image Extractor - by Visual View",
"description": "Single click extract and download images on any webpage",
"version": "0.0.4",
"manifest_version": 2,
"background": {
"scripts": [
".\/background.js"
],
"persistent": true
},
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"browser_action": {
"title": "Extract images"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"permissions": [
"downloads",
"activeTab"
]
} | |