Latent Soft Launcher
This is an extension to launch useful links of Latent Soft and other
什么是Latent Soft Launcher?
Latent Soft Launcher是由http://latentsoft.com开发的Chrome扩展程序,该扩展的主要功能是“This is an extension to launch useful links of Latent Soft and other”。
扩展截图
下载Latent Soft Launcher扩展crx文件
下载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 } |