Just Share

Android style sharing.

Just Shareとは何ですか?

Just ShareはEyal Shalevによって開発されたChromeの拡張機能で、その主な機能は「Android style sharing.」です。

拡張機能のスクリーンショット

screenshot

Just Share拡張機能のCRXファイルをダウンロード

Just Share拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        With Just Share you can do just that.
This Extension provides you with large links and absolutely no options or ads (Yack!).

Clicking on the button will open the popup window with currently only 4 sharing options. Tweet, Email, Share to Facebook & Send via Facebook (more will come later.

Have fun and Enjoy.                    

拡張機能の基本情報

名前 Just Share Just Share
ID fmjhfiffdmgoofbejddcgedconkifhjn
公式URL https://chromewebstore.google.com/detail/just-share/fmjhfiffdmgoofbejddcgedconkifhjn
説明 Android style sharing.
ファイルサイズ 342 KB
インストール数 115
現在のバージョン 1.0.1
最終更新日 2013-06-16
公開日 2013-06-16
開発者 Eyal Shalev
支払い方法 free
拡張機能のウェブサイト https://plus.google.com/communities/106009259860450742359
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Just Share",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Android style sharing.",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "64": "icon_64.png",
        "128": "icon_128.png",
        "256": "icon_256.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}