Latent Soft Launcher
This is an extension to launch useful links of Latent Soft and other
Apa itu Latent Soft Launcher?
Latent Soft Launcher adalah ekstensi Chrome yang dikembangkan oleh http://latentsoft.com, dan fitur utamanya adalah "This is an extension to launch useful links of Latent Soft and other".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Latent Soft Launcher
Unduh file ekstensi Latent Soft Launcher dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | gallejgdmejfcbmaefpbkmffkgjgghcd |
URL Resmi | https://chrome.google.com/webstore/detail/latent-soft-launcher/gallejgdmejfcbmaefpbkmffkgjgghcd |
Deskripsi | This is an extension to launch useful links of Latent Soft and other |
Ukuran File | 73.7 KB |
Jumlah Instalasi | 13 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2019-03-11 |
Tanggal Publikasi | 2019-03-11 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | http://latentsoft.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |