Chrome Web Store Launcher (by Google)
The Chrome Web Store Launcher provides quick, easy access to all your Chrome apps.
Apa itu Chrome Web Store Launcher (by Google)?
Chrome Web Store Launcher (by Google) adalah ekstensi Chrome yang dikembangkan oleh chrome-store-publisher, dan fitur utamanya adalah "The Chrome Web Store Launcher provides quick, easy access to all your Chrome apps.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Chrome Web Store Launcher (by Google)
Unduh file ekstensi Chrome Web Store Launcher (by Google) 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
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/.
Informasi Dasar Ekstensi
Nama | Chrome Web Store Launcher (by Google) |
ID | gecgipfabdickgidpmbicneamekgbaej |
URL Resmi | https://chromewebstore.google.com/detail/chrome-web-store-launcher/gecgipfabdickgidpmbicneamekgbaej |
Deskripsi | The Chrome Web Store Launcher provides quick, easy access to all your Chrome apps. |
Ukuran File | 30.36 KB |
Jumlah Instalasi | 700,000 |
Versi Saat Ini | 1.2.4 |
Terakhir Diperbarui | 2019-09-05 |
Tanggal Publikasi | 2019-09-04 |
Penilaian | 4.36/5 Total 1369 Penilaian |
Pengembang | chrome-store-publisher |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |