Social Media Launcher
This extension adds a launcher to your Chrome where you can go to a variuos social medias.
Apa itu Social Media Launcher?
Social Media Launcher adalah ekstensi Chrome yang dikembangkan oleh Hjalte Anton Nylander Larsen, dan fitur utamanya adalah "This extension adds a launcher to your Chrome where you can go to a variuos social medias.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Social Media Launcher
Unduh file ekstensi Social Media 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 extension adds a social media launcher to your Chrome. Adds a social media launcher with Youtube, Instagram, Facebook and Twitter, which opens in a new window. Developer: Hjalte A. N. Larsen Version: 1.0.0 Changelog: 1.0.0 - Added extension to Chrome Workshop. TODO: 1.0.1 - Add more social medias to the launcher. If you encounter any bugs og etc. please contact me at [email protected] or under "Support".
Informasi Dasar Ekstensi
Nama | |
ID | kbnmlhibeengknmbagldpbkebofdebke |
URL Resmi | https://chrome.google.com/webstore/detail/social-media-launcher/kbnmlhibeengknmbagldpbkebofdebke |
Deskripsi | This extension adds a launcher to your Chrome where you can go to a variuos social medias. |
Ukuran File | 429 KB |
Jumlah Instalasi | 19 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2019-12-02 |
Tanggal Publikasi | 2019-12-02 |
Pengembang | Hjalte Anton Nylander Larsen |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Social Media Launcher", "author": "Hjalte Anton Nylander Larsen", "version": "1.0.0", "description": "This extension adds a launcher to your Chrome where you can go to a variuos social medias.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html", "default_title": "Social Media Launcher" }, "permissions": [ "activeTab" ] } |