Latent Soft Launcher
This is an extension to launch useful links of Latent Soft and other
What is Latent Soft Launcher?
Latent Soft Launcher is a Chrome extension developed by http://latentsoft.com, and its main feature is "This is an extension to launch useful links of Latent Soft and other".
Extension Screenshots
Download Latent Soft Launcher Extension CRX File
Download Latent Soft Launcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | gallejgdmejfcbmaefpbkmffkgjgghcd |
Official URL | https://chrome.google.com/webstore/detail/latent-soft-launcher/gallejgdmejfcbmaefpbkmffkgjgghcd |
Description | This is an extension to launch useful links of Latent Soft and other |
File Size | 73.7 KB |
Installation Count | 13 |
Current Version | 1.2 |
Last Updated | 2019-03-11 |
Publish Date | 2019-03-11 |
Rating | 5.00/5 Total 4 Ratings |
Developer | http://latentsoft.com |
Payment Type | free |
Supported Languages | 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 } |