Share to WhatsApp

This extension allows you to share the current page you are viewing with your WhatsApp contacts.

Share to WhatsApp란 무엇입니까?

Share to WhatsApp은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows you to share the current page you are viewing with your WhatsApp contacts."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        If you want to quickly share the link to the page you are viewing in chrome, click on this extension and it will use WhatsApp's Web app to share with your contacts. This extension requires you to pair your chrome browser with WhatsApps Web App. This extension does not ask, store, or use any information. It activates WhatsApp's Web App.                    

확장 프로그램 기본 정보

이름 Share to WhatsApp Share to WhatsApp
ID nbcbmhabgcajfdcfdkmoibecllfpijcj
공식 URL https://chromewebstore.google.com/detail/share-to-whatsapp/nbcbmhabgcajfdcfdkmoibecllfpijcj
설명 This extension allows you to share the current page you are viewing with your WhatsApp contacts.
파일 크기 17.15 KB
설치 횟수 6,362
현재 버전 1.0
최근 업데이트 2019-01-13
출시 날짜 2019-01-13
평점 3.50/5 총 16 개의 평점
개발자 Unknown
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Share to WhatsApp",
    "version": "1.0",
    "description": "This extension allows you to share the current page you are viewing with your WhatsApp contacts.",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/gs_16.png",
            "32": "images\/gs_32.png",
            "48": "images\/gs_48.png",
            "128": "images\/gs_128.png",
            "256": "images\/gs_256.png"
        },
        "default_title": "Share to WhatsApp",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "popup.html"
    ],
    "icons": {
        "16": "images\/gs_16.png",
        "32": "images\/gs_32.png",
        "48": "images\/gs_48.png",
        "128": "images\/gs_128.png",
        "256": "images\/gs_256.png"
    },
    "manifest_version": 2
}