Social Media Launcher

This extension adds a launcher to your Chrome where you can go to a variuos social medias.

O que é Social Media Launcher?

Social Media Launcher é uma extensão do Chrome desenvolvida por Hjalte Anton Nylander Larsen, e sua principal característica é "This extension adds a launcher to your Chrome where you can go to a variuos social medias.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Social Media Launcher

Baixe arquivos de extensão Social Media Launcher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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".                    

Informações Básicas da Extensão

Nome Social Media Launcher Social Media Launcher
ID kbnmlhibeengknmbagldpbkebofdebke
URL Oficial https://chrome.google.com/webstore/detail/social-media-launcher/kbnmlhibeengknmbagldpbkebofdebke
Descrição This extension adds a launcher to your Chrome where you can go to a variuos social medias.
Tamanho do Arquivo 429 KB
Contagem de Instalações 19
Versão Atual 1.0.0
Última Atualização 2019-12-02
Data de Publicação 2019-12-02
Desenvolvedor Hjalte Anton Nylander Larsen
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}