Latent Soft Launcher

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

Latent Soft Launcher क्या है?

Latent Soft Launcher http://latentsoft.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is an extension to launch useful links of Latent Soft and other"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Latent Soft Launcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}