Share Helper

Helps to share title and url.

Share Helper란 무엇입니까?

Share Helper은(는) mss2011c에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Helps to share title and url."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        "Share Helper" helps to share title and url.

How to use
1.Click "Share Helper" icon to get title and url of current tab.
2.Click "copy to clipboard" to copy title and url.                    

확장 프로그램 기본 정보

이름 Share Helper Share Helper
ID pbaicnmajllojjjenolllikmiadmimfg
공식 URL https://chromewebstore.google.com/detail/share-helper/pbaicnmajllojjjenolllikmiadmimfg
설명 Helps to share title and url.
파일 크기 32.96 KB
설치 횟수 24
현재 버전 1.3.0
최근 업데이트 2021-09-11
출시 날짜 2016-01-27
개발자 mss2011c
이메일 [email protected]
결제 유형 free
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.3.0",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": "icons\/icon19.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "clipboardWrite"
    ]
}