Share with Facebook, Twitter, Google+, Email

Share web pages, images, and links with Facebook, Twitter, Google+, email, and Kindle.

Share with Facebook, Twitter, Google+, Email란 무엇입니까?

Share with Facebook, Twitter, Google+, Email은(는) Andy Zett에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Share web pages, images, and links with Facebook, Twitter, Google+, email, and Kindle."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Share with Facebook, Twitter, Google+, Email 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Use this extension to share a web page, an image, or a link with other people using Facebook, Twitter, Google+, email (whether your email client or Gmail), or send it to your Kindle for later reading.

Google Apps domains are supported.

This extension has been optimized for lightweight, performance, and privacy. In contrast to many similar extensions, it uses no background resources (you can verify this with Chrome's built-in task manager) and no tracking software (Google Analytics, etc.).                    

확장 프로그램 기본 정보

이름 Share with Facebook, Twitter, Google+, Email Share with Facebook, Twitter, Google+, Email
ID cjhmhnomplgoidnkjdacpmpccmaplnmk
공식 URL https://chromewebstore.google.com/detail/share-with-facebook-twitt/cjhmhnomplgoidnkjdacpmpccmaplnmk
설명 Share web pages, images, and links with Facebook, Twitter, Google+, email, and Kindle.
파일 크기 18.56 KB
설치 횟수 10,000
현재 버전 3.0
최근 업데이트 2018-03-11
출시 날짜 2018-03-11
평점 4.47/5 총 210 개의 평점
개발자 Andy Zett
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Share with Facebook, Twitter, Google+, Email",
    "description": "Share web pages, images, and links with Facebook, Twitter, Google+, email, and Kindle.",
    "version": "3.0",
    "browser_action": {
        "default_icon": "sharethis-19.png",
        "default_title": "Share",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "icons": {
        "16": "sharethis-16.png",
        "48": "sharethis-48.png",
        "128": "sharethis-128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs"
    ]
}