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
Eメール [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"
    ]
}