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
官方網址 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"
    ]
}