DiscoverApp

Capture Web page and image from your screen.

ما هو DiscoverApp؟

DiscoverApp هو إضافة Chrome تم تطويرها بواسطة SimplexMLM، والميزة الرئيسية لها هي "Capture Web page and image from your screen.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة DiscoverApp

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

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

                        DiscoverApp is the easiest way to capture images from various sites to create digital inspirations, storyboards, conceptboards for your product collection design and development.
In just one click you can capture web content and images and save it in SimplexMLM.                    

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

الاسم DiscoverApp DiscoverApp
ID dfaaacplbichcmklamgedhfglgkihbhf
عنوان URL الرسمي https://chromewebstore.google.com/detail/discoverapp/dfaaacplbichcmklamgedhfglgkihbhf
الوصف Capture Web page and image from your screen.
حجم الملف 2.85 MB
عدد التثبيتات 86
النسخة الحالية 8.0.0
آخر تحديث 2021-12-04
تاريخ النشر 2018-08-08
تقييم 4.00/5 مجموع تقييمات 4
المطور SimplexMLM
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة de,en,fr,es,ru,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "scripts\/fsUtils.js",
            "scripts\/fsCommands.js",
            "scripts\/fsBackground.js",
            "scripts\/fsSSS.js",
            "scripts\/fsPDF.js",
            "scripts\/fsNativeAPISupport.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/sss_19.png",
        "default_popup": "fsPopup.html",
        "default_title": "DiscoverApp"
    },
    "commands": {
        "last-used-action": {
            "description": "__MSG_options_label_last_action_hotkey__",
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            }
        }
    },
    "default_locale": "en",
    "description": "Capture Web page and image from your screen.",
    "icons": {
        "128": "images\/sss_128.png",
        "16": "images\/sss_16.png",
        "32": "images\/sss_32.png",
        "48": "images\/sss_48.png"
    },
    "manifest_version": 2,
    "name": "DiscoverApp",
    "offline_enabled": true,
    "optional_permissions": [
        "tabs",
        "",
        "downloads"
    ],
    "options_page": "fsOptions.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "downloads",
        "cookies",
        "",
        "tabs",
        "activeTab",
        "unlimitedStorage",
        "contextMenus",
        ""
    ],
    "short_name": "DiscoverApp",
    "version": "8.0.0",
    "web_accessible_resources": [
        "images\/*.gif"
    ]
}