Webclipper

Clip images from the web and use them in your projects

Co je Webclipper?

Webclipper je rozšíření Chrome vyvinuté ddiwebclipper, a jeho hlavní funkcí je „Clip images from the web and use them in your projects“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Webclipper

Stáhněte si soubory rozšíření Webclipper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Webclipper Webclipper
ID bgbdknfmkdkkcnjfkohglhfblijdlnhd
Oficiální URL https://chromewebstore.google.com/detail/webclipper/bgbdknfmkdkkcnjfkohglhfblijdlnhd
Popis Clip images from the web and use them in your projects
Velikost souboru 199 KB
Počet instalací 230
Aktuální Verze 1.3
Poslední Aktualizace 2023-12-05
Datum Vydání 2019-03-29
Hodnocení 3.00/5 Celkem 1 Hodnocení
Vývojář ddiwebclipper
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://rainmaker.co.in/privacy-policy-2
Podporované Jazyky 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
}