Install as App

Turn the current web site into an installable app.

Install as App là gì?

Install as App là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Turn the current web site into an installable app.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Install as App

Tải xuống các tệp mở rộng Install as App dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Install as App Install as App
ID ilbjnijjaidemeofigoeapbnnplenmaj
URL Chính Thức https://chromewebstore.google.com/detail/install-as-app/ilbjnijjaidemeofigoeapbnnplenmaj
Mô tả Turn the current web site into an installable app.
Kích Thước Tệp 41.91 KB
Số Lần Cài Đặt 188
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2020-04-07
Ngày Phát Hành 2020-04-07
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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."
    }
}