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 } |