Simple Share

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

Simple Share란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

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

This extension contains no ads and no tracking. Credits go to Andy Wagner for the original extension.

I have added Reddit as an additional service and can add several other services if required.                    

확장 프로그램 기본 정보

이름 Simple Share Simple Share
ID pogmhkgpgojoolbdonmccgnnmfopelka
공식 URL https://chromewebstore.google.com/detail/simple-share/pogmhkgpgojoolbdonmccgnnmfopelka
설명 Share web pages, images, and links with Facebook, Twitter, Reddit, Google+, email, and Kindle.
파일 크기 23.64 KB
설치 횟수 687
현재 버전 2.1.2
최근 업데이트 2013-11-26
출시 날짜 2013-11-26
평점 4.71/5 총 7 개의 평점
개발자 Nachiket Vartak
결제 유형 free
확장 프로그램 웹 사이트 http://www.emergentnoise.com
지원되는 언어 en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "sharethis-19.png",
        "default_popup": "popup.html",
        "default_title": "Share"
    },
    "description": "Share web pages, images, and links with Facebook, Twitter, Reddit, Google+, email, and Kindle.",
    "icons": {
        "128": "sharethis-128.png",
        "16": "sharethis-16.png",
        "48": "sharethis-48.png"
    },
    "manifest_version": 2,
    "name": "Simple Share",
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1.2"
}