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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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."
    }
}