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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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
}