Social Media Launcher
This extension adds a launcher to your Chrome where you can go to a variuos social medias.
Co to jest Social Media Launcher?
Social Media Launcher to rozszerzenie Chrome opracowane przez Hjalte Anton Nylander Larsen, a jego główną funkcją jest „This extension adds a launcher to your Chrome where you can go to a variuos social medias.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Social Media Launcher
Pobierz pliki rozszerzeń Social Media Launcher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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".
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | kbnmlhibeengknmbagldpbkebofdebke |
Oficjalny URL | https://chrome.google.com/webstore/detail/social-media-launcher/kbnmlhibeengknmbagldpbkebofdebke |
Opis | This extension adds a launcher to your Chrome where you can go to a variuos social medias. |
Rozmiar pliku | 429 KB |
Liczba instalacji | 19 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2019-12-02 |
Data Publikacji | 2019-12-02 |
Deweloper | Hjalte Anton Nylander Larsen |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |