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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}