Simple Share

Simply share your current tab by email, to your social networks or your Shaarli!

Simple Share란 무엇입니까?

Simple Share은(는) Nicolas Devenet에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simply share your current tab by email, to your social networks or your Shaarli!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Add a “Simple Share” button to share your current tab to your social networks (Facebook, Twitter), to a friend by email or to your Shaarli.
You can customize the extension to enable only services you want :)

Use the Omnibox for directly share the page with the keyword “share”.                    

확장 프로그램 기본 정보

이름 Simple Share Simple Share
ID dpojjbgadcmbpdkmlgjcmamefmcfliem
공식 URL https://chromewebstore.google.com/detail/simple-share/dpojjbgadcmbpdkmlgjcmamefmcfliem
설명 Simply share your current tab by email, to your social networks or your Shaarli!
파일 크기 21.59 KB
설치 횟수 244
현재 버전 1.1.0
최근 업데이트 2018-04-16
출시 날짜 2018-04-16
평점 5.00/5 총 2 개의 평점
개발자 Nicolas Devenet
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Devenet/SimpleShare
도움말 페이지 URL https://github.com/Devenet/SimpleShare/issues
지원되는 언어 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Share",
    "short_name": "Share",
    "version": "1.1.0",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "browser_action": {
        "default_popup": "share.html",
        "default_icon": "images\/icon-19.png",
        "default_title": "__MSG_browser_action_title__"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "scripts\/bg.js"
        ]
    },
    "author": "Nicolas Devenet",
    "homepage_url": "https:\/\/github.com\/Devenet\/SimpleShare",
    "options_page": "options.html",
    "omnibox": {
        "keyword": "share"
    },
    "permissions": [
        "activeTab"
    ]
}