Install as App

Turn the current web site into an installable app.

什麼是Install as App?

Install as App是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Turn the current web site into an installable app.”。

擴展截圖

screenshot
screenshot

下載Install as App擴展crx文件

下載Install as App擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension adds a button to automate creating a shortcut with the "Open in Window" option checked, essentially making it one click to turn a web page into an application in chrome/chromeos.                    

擴展基本資訊

名稱 Install as App Install as App
ID ilbjnijjaidemeofigoeapbnnplenmaj
官方網址 https://chromewebstore.google.com/detail/install-as-app/ilbjnijjaidemeofigoeapbnnplenmaj
簡介 Turn the current web site into an installable app.
檔案大小 41.91 KB
安裝次數 188
目前版本 0.1.0
更新時間 2020-04-07
上架時間 2020-04-07
評分 5.00/5 共 1 次評分
開發者 Unknown
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Install as App",
    "version": "0.1.0",
    "description": "Turn the current web site into an installable app.",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png",
        "512": "icon512.png"
    },
    "permissions": [
        "activeTab",
        "management"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "content.js"
        ]
    },
    "browser_action": {
        "default_title": "Install current web page as an application."
    }
}