Easy Share

Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple.

Easy Share란 무엇입니까?

Easy Share은(는) Cloudymedia.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Easy Share 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Use the icon of Easy Share in your address bar to popup a little window with the sharing services. Choose which ones you want, and click on Share. It's not rocket science, we don't ask permissions, we don't require registration, we don't put ads, we just popup each service with the URL to share the page and nothing else.
Supported services: Twitter, Facebook and Google+, Pinterest, Linkedin, Tumblr or Gmail.

NEW: Remembers the services selected in last session.                    

확장 프로그램 기본 정보

이름 Easy Share Easy Share
ID ogeflpmllfpecnnlkoifcolpcdpdojbd
공식 URL https://chromewebstore.google.com/detail/easy-share/ogeflpmllfpecnnlkoifcolpcdpdojbd
설명 Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple.
파일 크기 133 KB
설치 횟수 2,549
현재 버전 1.8.1
최근 업데이트 2013-10-24
출시 날짜 2013-10-24
평점 4.36/5 총 45 개의 평점
개발자 Cloudymedia.com
결제 유형 free
확장 프로그램 웹 사이트 http://www.cloudymedia.com/easy-share/
도움말 페이지 URL https://github.com/emilioastarita/easy-share
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Share",
    "version": "1.8.1",
    "description": "Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple.",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "take-screen.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "page_action": {
        "default_name": "Easy Share",
        "default_icon": "marker.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}