ConvertApp

Offizielle ConvertApp Chrome Erweiterung

ConvertAppとは何ですか?

ConvertAppはconverttoolsによって開発されたChromeの拡張機能で、その主な機能は「Offizielle ConvertApp Chrome Erweiterung」です。

拡張機能のスクリーンショット

screenshot
screenshot

ConvertApp拡張機能のCRXファイルをダウンロード

ConvertApp拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This is the official Chrome Extension for ConvertApp. ConvertApp is a software which allows you to easily transform any mobile website into a native mobile application.

This Chrome extension will allow you to take screenshots of your apps created in ConvertApp which can then be uploaded to the Apple AppStore and Google PlayStore.
It requires a ConvertApp account.

Step 1: Login to your ConvertApp account at https://app.convertapp.io
Step 2: Create a new or open an App under the "Apps" menu
Step 3: Click on "Generate screenshots" at the top right. The ConvertApp extension will now generate the shots from your mobile website for you automatically.                    

拡張機能の基本情報

名前 ConvertApp ConvertApp
ID ehbejeiggakpokdggnoocldpgebcjeil
公式URL https://chromewebstore.google.com/detail/convertapp/ehbejeiggakpokdggnoocldpgebcjeil
説明 Offizielle ConvertApp Chrome Erweiterung
ファイルサイズ 12.47 KB
インストール数 84
現在のバージョン 1.4
最終更新日 2019-10-20
公開日 2019-10-19
評価 5.00/5 合計 1 レビュー
開発者 converttools
支払い方法 free
拡張機能のウェブサイト https://app.convertapp.io
対応言語 de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ConvertApp",
    "version": "1.4",
    "description": "Offizielle ConvertApp Chrome Erweiterung",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "ConvertApp"
    },
    "permissions": [
        "tabs",
        "https:\/\/*\/",
        "activeTab",
        ""
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.convertapp.io\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "manifest_version": 2
}