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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}