Webclipper

Clip images from the web and use them in your projects

Wat is Webclipper?

Webclipper is een Chrome-extensie ontwikkeld door ddiwebclipper, en de belangrijkste functie is "Clip images from the web and use them in your projects".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Webclipper

Download Webclipper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Webclipper Webclipper
ID bgbdknfmkdkkcnjfkohglhfblijdlnhd
Officiële URL https://chromewebstore.google.com/detail/webclipper/bgbdknfmkdkkcnjfkohglhfblijdlnhd
Beschrijving Clip images from the web and use them in your projects
Bestandsgrootte 199 KB
Aantal Installaties 230
Huidige Versie 1.3
Laatst Bijgewerkt 2023-12-05
Publicatiedatum 2019-03-29
Beoordeling 3.00/5 Totaal 1 Beoordelingen
Ontwikkelaar ddiwebclipper
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://rainmaker.co.in/privacy-policy-2
Ondersteunde Talen 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
}