Share everything!

Share ALL the things!

Share everything!란 무엇입니까?

Share everything!은(는) arktiv.site에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Share ALL the things!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Share links, images, videos and webpages to
Facebook,
Twitter,
Google+,
Tumblr,
Email,
Pinterest,
LinkedIn and
Reddit.

Right click on the item you'd like to share and look for the share icon to use

Uses SharingButton.io Javascript free buttons to prevent tracking

Source: https://github.com/arktiv/share-everything/                    

확장 프로그램 기본 정보

이름 Share everything! Share everything!
ID nmgiigccgaijbodjfomheejjlcdgdhhp
공식 URL https://chromewebstore.google.com/detail/share-everything/nmgiigccgaijbodjfomheejjlcdgdhhp
설명 Share ALL the things!
파일 크기 13.25 KB
설치 횟수 13
현재 버전 1.0
최근 업데이트 2018-11-02
출시 날짜 2018-11-02
개발자 arktiv.site
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://arktiv.site/extensions/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Share everything!",
    "description": "Share ALL the things!",
    "version": "1.0",
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "shareeverything.js"
            ],
            "css": [
                "shareeverything.css"
            ],
            "matches": [
                ""
            ],
            "all_frames": false
        }
    ],
    "icons": {
        "32": "icons\/32x32.png",
        "64": "icons\/64x64.png",
        "128": "icons\/128x128.png"
    }
}