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 |
官方網址 | 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 } |