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
官方URL 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
}