Webclipper

Clip images from the web and use them in your projects

Что такое Webclipper?

Webclipper - это расширение Chrome, разработанное ddiwebclipper, и его основная функция - "Clip images from the web and use them in your projects".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Webclipper

Скачайте файлы расширений 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
}