Chrome Web Store Launcher (by Google)
The Chrome Web Store Launcher provides quick, easy access to all your Chrome apps.
Qu'est-ce que Chrome Web Store Launcher (by Google) ?
Chrome Web Store Launcher (by Google) est une extension Chrome développée par chrome-store-publisher, et sa fonction principale est "The Chrome Web Store Launcher provides quick, easy access to all your Chrome apps.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chrome Web Store Launcher (by Google)
Téléchargez les fichiers d'extension Chrome Web Store Launcher (by Google) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
The Chrome Web Store Launcher extension provides a quick and easy way to access your installed applications, define favorite apps, search for new apps, and visit the Chrome Web Store. * Define up to 5 favorite apps for fast access * Quickly and easily launch any of your installed apps * Search the Chrome Web Store right from within the extension By installing this extension, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.
Informations de Base sur l'Extension
Nom | Chrome Web Store Launcher (by Google) |
ID | gecgipfabdickgidpmbicneamekgbaej |
URL Officiel | https://chromewebstore.google.com/detail/chrome-web-store-launcher/gecgipfabdickgidpmbicneamekgbaej |
Description | The Chrome Web Store Launcher provides quick, easy access to all your Chrome apps. |
Taille du Fichier | 30.36 KB |
Nombre d'Installations | 700,000 |
Version Actuelle | 1.2.4 |
Dernière Mise à Jour | 2019-09-05 |
Date de Publication | 2019-09-04 |
Évaluation | 4.36/5 Total 1369 Évaluations |
Développeur | chrome-store-publisher |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Web Store Launcher (by Google)", "version": "1.2.4", "description": "The Chrome Web Store Launcher provides quick, easy access to all your Chrome apps.", "permissions": [ "management" ], "browser_action": { "default_icon": "browser_action_icon.png", "default_title": "Chrome Web Store Launcher", "default_popup": "popup.html" }, "options_page": "options_page.html", "icons": { "48": "cwsbadge.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "manifest_version": 2 } |