Latent Soft Launcher
This is an extension to launch useful links of Latent Soft and other
¿Qué es Latent Soft Launcher?
Latent Soft Launcher es una extensión de Chrome desarrollada por http://latentsoft.com, y su función principal es "This is an extension to launch useful links of Latent Soft and other".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Latent Soft Launcher
Descarga archivos de extensión Latent Soft Launcher en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | gallejgdmejfcbmaefpbkmffkgjgghcd |
URL Oficial | https://chrome.google.com/webstore/detail/latent-soft-launcher/gallejgdmejfcbmaefpbkmffkgjgghcd |
Descripción | This is an extension to launch useful links of Latent Soft and other |
Tamaño del Archivo | 73.7 KB |
Cantidad de Instalaciones | 13 |
Versión Actual | 1.2 |
Última Actualización | 2019-03-11 |
Fecha de Publicación | 2019-03-11 |
Calificación | 5.00/5 Total de 4 Calificaciones |
Desarrollador | http://latentsoft.com |
Tipo de Pago | free |
Idiomas Soportados | 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 } |