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”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 Image Extractor - by Visual View Image Extractor - by Visual View
ID ppbbnicomlpilfkohhknjdkndelfncjl
官方網址 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
電子郵箱 [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"
    ]
}