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
}