Latent Soft Launcher
This is an extension to launch useful links of Latent Soft and other
Что такое Latent Soft Launcher?
Latent Soft Launcher - это расширение Chrome, разработанное http://latentsoft.com, и его основная функция - "This is an extension to launch useful links of Latent Soft and other".
Снимки экрана расширения
Скачать файл CRX расширения Latent Soft Launcher
Скачайте файлы расширений Latent Soft Launcher в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | |
ID | gallejgdmejfcbmaefpbkmffkgjgghcd |
Официальный URL | https://chrome.google.com/webstore/detail/latent-soft-launcher/gallejgdmejfcbmaefpbkmffkgjgghcd |
Описание | This is an extension to launch useful links of Latent Soft and other |
Размер файла | 73.7 KB |
Количество установок | 13 |
Текущая Версия | 1.2 |
Последнее Обновление | 2019-03-11 |
Дата публикации | 2019-03-11 |
Рейтинг | 5.00/5 Всего 4 оценок |
Разработчик | http://latentsoft.com |
Тип оплаты | free |
Поддерживаемые языки | 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 } |