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
公式URL 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
Eメール [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
    }
}