Social Media Launcher

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

什么是Social Media Launcher?

Social Media Launcher是由Hjalte Anton Nylander Larsen开发的Chrome扩展程序,该扩展的主要功能是“This extension adds a launcher to your Chrome where you can go to a variuos social medias.”。

扩展截图

screenshot

下载Social Media Launcher扩展crx文件

下载Social Media Launcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Social Media Launcher Social Media Launcher
ID kbnmlhibeengknmbagldpbkebofdebke
官方URL https://chrome.google.com/webstore/detail/social-media-launcher/kbnmlhibeengknmbagldpbkebofdebke
简介 This extension adds a launcher to your Chrome where you can go to a variuos social medias.
文件大小 429 KB
安装次数 19
当前版本 1.0.0
更新时间 2019-12-02
上架时间 2019-12-02
开发者 Hjalte Anton Nylander Larsen
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}