Latent Soft Launcher
This is an extension to launch useful links of Latent Soft and other
Hvad er Latent Soft Launcher?
Latent Soft Launcher er en Chrome-udvidelse udviklet af http://latentsoft.com, og dens hovedfunktion er "This is an extension to launch useful links of Latent Soft and other".
Udvidelsesskærmbilleder
Download Latent Soft Launcher-udvidelses-CRX-fil
Download Latent Soft Launcher-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | gallejgdmejfcbmaefpbkmffkgjgghcd |
Officiel URL | https://chrome.google.com/webstore/detail/latent-soft-launcher/gallejgdmejfcbmaefpbkmffkgjgghcd |
Beskrivelse | This is an extension to launch useful links of Latent Soft and other |
Filstørrelse | 73.7 KB |
Antal Installationer | 13 |
Nuværende Version | 1.2 |
Senest Opdateret | 2019-03-11 |
Udgivelsesdato | 2019-03-11 |
Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
Udvikler | http://latentsoft.com |
Betalingsmetode | free |
Understøttede Sprog | 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 } |