Social Launcher

Quick Launce To your sites

什么是Social Launcher?

Social Launcher是由Hasanuzzaman开发的Chrome扩展程序,该扩展的主要功能是“Quick Launce To your sites”。

扩展截图

screenshot
screenshot
screenshot

下载Social Launcher扩展crx文件

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

扩展使用说明

                        Easily launch your social and important site just click to the icon, No need to type the link.

New feature update on version 2.0.0
  Show your top sites link.
  Easily add your custom link.
  Easily add custom icon.
  Nice user interface

Very much recomended for the person who don't want to type the link again and again.
Hope it will increase your productivity.

If you have any request for new feature please let us know.                    

扩展基本信息

名称 Social Launcher Social Launcher
ID ioijhmpjoplcmckgaiggcoockjijmcim
官方URL https://chrome.google.com/webstore/detail/social-launcher/ioijhmpjoplcmckgaiggcoockjijmcim
简介 Quick Launce To your sites
文件大小 54.11 KB
安装次数 33
当前版本 2.0.0
更新时间 2019-03-04
上架时间 2019-03-04
评分 5.00/5 共7次评分
开发者 Hasanuzzaman
电子邮箱 [email protected]
付费类型 free
扩展官网 https://hasanuzzamanbe.github.io/social-launcher-extension/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Social Launcher",
    "version": "2.0.0",
    "description": "Quick Launce To your sites",
    "icons": {
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "author": "Hasanuzzaman",
    "optional_permissions": [
        "tabs"
    ],
    "permissions": [
        "tabs",
        "topSites",
        "storage"
    ],
    "short_name": "S Launch"
}