Install as App

Turn the current web site into an installable app.

Install as Appคืออะไร?

Install as App เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Turn the current web site into an installable app."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Install as App

ดาวน์โหลดไฟล์ส่วนขยาย 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."
    }
}