Latent Soft Launcher
This is an extension to launch useful links of Latent Soft and other
Co je Latent Soft Launcher?
Latent Soft Launcher je rozšíření Chrome vyvinuté http://latentsoft.com, a jeho hlavní funkcí je „This is an extension to launch useful links of Latent Soft and other“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Latent Soft Launcher
Stáhněte si soubory rozšíření Latent Soft Launcher ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | gallejgdmejfcbmaefpbkmffkgjgghcd |
Oficiální URL | https://chrome.google.com/webstore/detail/latent-soft-launcher/gallejgdmejfcbmaefpbkmffkgjgghcd |
Popis | This is an extension to launch useful links of Latent Soft and other |
Velikost souboru | 73.7 KB |
Počet instalací | 13 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2019-03-11 |
Datum Vydání | 2019-03-11 |
Hodnocení | 5.00/5 Celkem 4 Hodnocení |
Vývojář | http://latentsoft.com |
Typ Platby | free |
Podporované Jazyky | 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 } |