GoSocial: All Social Media

It's a simple chrome extension through which you can easily access world's most popular social networking websites .

什麼是GoSocial: All Social Media?

GoSocial: All Social Media是由Naman Tiwari開發的Chrome擴展程式,該擴展的主要功能是“It's a simple chrome extension through which you can easily access world's most popular social networking websites .”。

擴展截圖

screenshot
screenshot

下載GoSocial: All Social Media擴展crx文件

下載GoSocial: All Social Media擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Through GoSocial you can easily access world's leading social networking platforms .

Just click on the desired platform logo and browse their site without typing it's name on your search engine .

It's simple and easy to use .                    

擴展基本資訊

名稱 GoSocial: All Social Media GoSocial: All Social Media
ID ejpfmlnpbkannpdidicadfdmknpmemmh
官方網址 https://chrome.google.com/webstore/detail/gosocial-all-social-media/ejpfmlnpbkannpdidicadfdmknpmemmh
簡介 It's a simple chrome extension through which you can easily access world's most popular social networking websites .
檔案大小 620 KB
安裝次數 842
目前版本 2.1
更新時間 2017-03-28
上架時間 2017-03-28
評分 4.20/5 共 5 次評分
開發者 Naman Tiwari
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GoSocial: All Social Media",
    "description": "It's a simple chrome extension through which you can easily access world's most popular social networking websites .",
    "version": "2.1",
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}