DiscoverApp

Capture Web page and image from your screen.

什么是DiscoverApp?

DiscoverApp是由SimplexMLM开发的Chrome扩展程序,该扩展的主要功能是“Capture Web page and image from your screen.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载DiscoverApp扩展crx文件

下载DiscoverApp扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}