Latent Soft Launcher
This is an extension to launch useful links of Latent Soft and other
Co to jest Latent Soft Launcher?
Latent Soft Launcher to rozszerzenie Chrome opracowane przez http://latentsoft.com, a jego główną funkcją jest „This is an extension to launch useful links of Latent Soft and other”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Latent Soft Launcher
Pobierz pliki rozszerzeń Latent Soft Launcher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | gallejgdmejfcbmaefpbkmffkgjgghcd |
Oficjalny URL | https://chrome.google.com/webstore/detail/latent-soft-launcher/gallejgdmejfcbmaefpbkmffkgjgghcd |
Opis | This is an extension to launch useful links of Latent Soft and other |
Rozmiar pliku | 73.7 KB |
Liczba instalacji | 13 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2019-03-11 |
Data Publikacji | 2019-03-11 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | http://latentsoft.com |
Typ Płatności | free |
Obsługiwane Języki | 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 } |