Latent Soft Launcher
This is an extension to launch useful links of Latent Soft and other
Latent Soft Launcher là gì?
Latent Soft Launcher là một tiện ích mở rộng Chrome được phát triển bởi http://latentsoft.com, và tính năng chính của nó là "This is an extension to launch useful links of Latent Soft and other".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Latent Soft Launcher
Tải xuống các tệp mở rộng Latent Soft Launcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gallejgdmejfcbmaefpbkmffkgjgghcd |
URL Chính Thức | https://chrome.google.com/webstore/detail/latent-soft-launcher/gallejgdmejfcbmaefpbkmffkgjgghcd |
Mô tả | This is an extension to launch useful links of Latent Soft and other |
Kích Thước Tệp | 73.7 KB |
Số Lần Cài Đặt | 13 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2019-03-11 |
Ngày Phát Hành | 2019-03-11 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | http://latentsoft.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |