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
公式URL 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."
    }
}