Webclipper

Clip images from the web and use them in your projects

Webclipper là gì?

Webclipper là một tiện ích mở rộng Chrome được phát triển bởi ddiwebclipper, và tính năng chính của nó là "Clip images from the web and use them in your projects".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Webclipper

Tải xuống các tệp mở rộng Webclipper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Webclipper Webclipper
ID bgbdknfmkdkkcnjfkohglhfblijdlnhd
URL Chính Thức https://chromewebstore.google.com/detail/webclipper/bgbdknfmkdkkcnjfkohglhfblijdlnhd
Mô tả Clip images from the web and use them in your projects
Kích Thước Tệp 199 KB
Số Lần Cài Đặt 230
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2023-12-05
Ngày Phát Hành 2019-03-29
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ddiwebclipper
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://rainmaker.co.in/privacy-policy-2
Ngôn Ngữ Được Hỗ Trợ 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
}