Latent Soft Launcher

This is an extension to launch useful links of Latent Soft and other

ما هو Latent Soft Launcher؟

Latent Soft Launcher هو إضافة Chrome تم تطويرها بواسطة http://latentsoft.com، والميزة الرئيسية لها هي "This is an extension to launch useful links of Latent Soft and other".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Latent Soft Launcher

قم بتنزيل ملفات الامتداد Latent Soft Launcher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This is an extension to launch useful links related to Latent Soft. This is developed specially for students, employees and managing bodies of Latent Soft                    

معلومات أساسية عن التمديد

الاسم Latent Soft Launcher Latent Soft Launcher
ID gallejgdmejfcbmaefpbkmffkgjgghcd
عنوان URL الرسمي https://chrome.google.com/webstore/detail/latent-soft-launcher/gallejgdmejfcbmaefpbkmffkgjgghcd
الوصف This is an extension to launch useful links of Latent Soft and other
حجم الملف 73.7 KB
عدد التثبيتات 13
النسخة الحالية 1.2
آخر تحديث 2019-03-11
تاريخ النشر 2019-03-11
تقييم 5.00/5 مجموع تقييمات 4
المطور http://latentsoft.com
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Latent Soft Launcher",
    "version": "1.2",
    "description": "This is an extension to launch useful links of Latent Soft and other",
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "images\/get_started32.png",
            "128": "images\/get_started128.png"
        }
    },
    "icons": {
        "32": "images\/get_started32.png",
        "128": "images\/get_started128.png"
    },
    "manifest_version": 2
}