Webclipper

Clip images from the web and use them in your projects

Co to jest Webclipper?

Webclipper to rozszerzenie Chrome opracowane przez ddiwebclipper, a jego główną funkcją jest „Clip images from the web and use them in your projects”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Webclipper

Pobierz pliki rozszerzeń Webclipper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Webclipper Webclipper
ID bgbdknfmkdkkcnjfkohglhfblijdlnhd
Oficjalny URL https://chromewebstore.google.com/detail/webclipper/bgbdknfmkdkkcnjfkohglhfblijdlnhd
Opis Clip images from the web and use them in your projects
Rozmiar pliku 199 KB
Liczba instalacji 230
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2023-12-05
Data Publikacji 2019-03-29
Ocena 3.00/5 Łącznie 1 Oceny
Deweloper ddiwebclipper
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://rainmaker.co.in/privacy-policy-2
Obsługiwane Języki 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
}