Latent Soft Launcher
This is an extension to launch useful links of Latent Soft and other
Wat is Latent Soft Launcher?
Latent Soft Launcher is een Chrome-extensie ontwikkeld door http://latentsoft.com, en de belangrijkste functie is "This is an extension to launch useful links of Latent Soft and other".
Extensie Screenshots
Download het CRX-bestand van de extensie Latent Soft Launcher
Download Latent Soft Launcher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | gallejgdmejfcbmaefpbkmffkgjgghcd |
Officiële URL | https://chrome.google.com/webstore/detail/latent-soft-launcher/gallejgdmejfcbmaefpbkmffkgjgghcd |
Beschrijving | This is an extension to launch useful links of Latent Soft and other |
Bestandsgrootte | 73.7 KB |
Aantal Installaties | 13 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2019-03-11 |
Publicatiedatum | 2019-03-11 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | http://latentsoft.com |
Betalingswijze | free |
Ondersteunde Talen | 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 } |