Studio Designer Capture

Studio Capture is a tool that allows you to create items from images and descriptions that you capture from any website.

ما هو Studio Designer Capture؟

Studio Designer Capture هو إضافة Chrome تم تطويرها بواسطة StudioDesigner Support، والميزة الرئيسية لها هي "Studio Capture is a tool that allows you to create items from images and descriptions that you capture from any website.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Studio Designer Capture

قم بتنزيل ملفات الامتداد Studio Designer Capture بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Studio Capture is a tool that allows you to create or edit items from descriptions and images that you capture from any website from context menu. But first you need to login using your account for https://app.studiodesigner.com/ site.                    

معلومات أساسية عن التمديد

الاسم Studio Designer Capture Studio Designer Capture
ID hkpdeailbnbffkgcepljgkcfjghmacdj
عنوان URL الرسمي https://chromewebstore.google.com/detail/studio-designer-capture/hkpdeailbnbffkgcepljgkcfjghmacdj
الوصف Studio Capture is a tool that allows you to create items from images and descriptions that you capture from any website.
حجم الملف 229 KB
عدد التثبيتات 6,806
النسخة الحالية 1.9.28
آخر تحديث 2024-01-25
تاريخ النشر 2020-06-23
تقييم 3.22/5 مجموع تقييمات 9
المطور StudioDesigner Support
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.studiodesigner.com
عنوان صفحة المساعدة https://studiodesignersupport.zendesk.com/hc/en-us
عنوان صفحة سياسة الخصوصية https://www.studiodesigner.com
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Studio Designer Capture",
    "version": "1.9.28",
    "description": "Studio Capture is a tool that allows you to create items from images and descriptions that you capture from any website.",
    "host_permissions": [
        "https:\/\/app.studiodesigner.com\/"
    ],
    "permissions": [
        "activeTab",
        "scripting",
        "declarativeContent",
        "tabs",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/SD-App-Icon-1024x1024-16.png",
            "32": "images\/SD-App-Icon-1024x1024-32.png",
            "48": "images\/SD-App-Icon-1024x1024-64.png",
            "128": "images\/SD-App-Icon-1024x1024-128.png"
        }
    },
    "icons": {
        "16": "images\/SD-App-Icon-1024x1024-16.png",
        "32": "images\/SD-App-Icon-1024x1024-32.png",
        "48": "images\/SD-App-Icon-1024x1024-64.png",
        "128": "images\/SD-App-Icon-1024x1024-128.png"
    },
    "options_page": "index.html",
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "index.js",
                "styles.css",
                "screenshot.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3
}