Chrome Web Store Launcher (by Google)
The Chrome Web Store Launcher provides quick, easy access to all your Chrome apps.
Was ist Chrome Web Store Launcher (by Google)?
Chrome Web Store Launcher (by Google) ist eine Chrome-Erweiterung, die von chrome-store-publisher entwickelt wurde, und ihr Hauptmerkmal ist "The Chrome Web Store Launcher provides quick, easy access to all your Chrome apps.".
Erweiterungsscreenshots
Chrome Web Store Launcher (by Google)-Erweiterungs-CRX-Datei herunterladen
Laden Sie Chrome Web Store Launcher (by Google)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/.
Grundlegende Informationen zur Erweiterung
Name | Chrome Web Store Launcher (by Google) |
ID | gecgipfabdickgidpmbicneamekgbaej |
Offizielle URL | https://chromewebstore.google.com/detail/chrome-web-store-launcher/gecgipfabdickgidpmbicneamekgbaej |
Beschreibung | The Chrome Web Store Launcher provides quick, easy access to all your Chrome apps. |
Dateigröße | 30.36 KB |
Installationsanzahl | 700,000 |
Aktuelle Version | 1.2.4 |
Letztes Update | 2019-09-05 |
Veröffentlichungsdatum | 2019-09-04 |
Bewertung | 4.36/5 Insgesamt 1369 Bewertungen |
Entwickler | chrome-store-publisher |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |