Webclipper

Clip images from the web and use them in your projects

什麼是Webclipper?

Webclipper是由ddiwebclipper開發的Chrome擴展程式,該擴展的主要功能是“Clip images from the web and use them in your projects”。

擴展截圖

screenshot

下載Webclipper擴展crx文件

下載Webclipper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Used to create a product at minimum or user can save Product or Invoice Line Item in a salesforce organisation a App is connected too. The Product image can be clipped from the web page, the Webclipper is on and can save as Product image.                    

擴展基本資訊

名稱 Webclipper Webclipper
ID bgbdknfmkdkkcnjfkohglhfblijdlnhd
官方網址 https://chromewebstore.google.com/detail/webclipper/bgbdknfmkdkkcnjfkohglhfblijdlnhd
簡介 Clip images from the web and use them in your projects
檔案大小 199 KB
安裝次數 230
目前版本 1.3
更新時間 2023-12-05
上架時間 2019-03-29
評分 3.00/5 共 1 次評分
開發者 ddiwebclipper
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://rainmaker.co.in/privacy-policy-2
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Webclipper",
    "version": "1.3",
    "description": "Clip images from the web and use them in your projects",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "iframe.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.js",
                "front.js",
                "sidebar.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "storage",
        "activeTab",
        "management"
    ],
    "manifest_version": 3
}