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
官方網址 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
}