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
}