Social Media Launcher
This extension adds a launcher to your Chrome where you can go to a variuos social medias.
Vad är Social Media Launcher?
Social Media Launcher är en Chrome-tillägg utvecklad av Hjalte Anton Nylander Larsen, och dess huvudfunktion är "This extension adds a launcher to your Chrome where you can go to a variuos social medias.".
Tilläggsskärmbilder
Ladda ner Social Media Launcher-förlängningens CRX-fil
Ladda ner Social Media Launcher-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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".
Grundläggande Information om Tillägg
Namn | |
ID | kbnmlhibeengknmbagldpbkebofdebke |
Officiell webbadress | https://chrome.google.com/webstore/detail/social-media-launcher/kbnmlhibeengknmbagldpbkebofdebke |
Beskrivning | This extension adds a launcher to your Chrome where you can go to a variuos social medias. |
Filstorlek | 429 KB |
Antal Installationer | 19 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2019-12-02 |
Publiceringsdatum | 2019-12-02 |
Utvecklare | Hjalte Anton Nylander Larsen |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |