Easy share

Easily share current page to Google+, Facebook, Twitter, Tumblr or LinkedIn.

Easy shareとは何ですか?

Easy shareはFlorian Bezaguによって開発されたChromeの拡張機能で、その主な機能は「Easily share current page to Google+, Facebook, Twitter, Tumblr or LinkedIn.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Share the current page your are browsing to your favorite social network without leaving your page !
Now supports Google+, Facebook, Twitter, Tumblr and LinkedIn !

1.2 @ 2013-09-25 :
 - Added GMail service

1.1 @ 2013-09-25 :
 - Updated font                    

拡張機能の基本情報

名前 Easy share Easy share
ID fhgcpennmmpcjjnicfinhjiipabkhbik
公式URL https://chrome.google.com/webstore/detail/easy-share/fhgcpennmmpcjjnicfinhjiipabkhbik
説明 Easily share current page to Google+, Facebook, Twitter, Tumblr or LinkedIn.
ファイルサイズ 46.81 KB
インストール数 272
現在のバージョン 1.2
最終更新日 2013-09-25
公開日 2013-09-25
評価 4.71/5 合計 7 レビュー
開発者 Florian Bezagu
支払い方法 free
拡張機能のウェブサイト https://github.com/FlorianBezagu/chrome-easy-share
ヘルプページのURL https://github.com/FlorianBezagu/chrome-easy-share/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy share",
    "description": "Easily share current page to Google+, Facebook, Twitter, Tumblr or LinkedIn.",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}