WhatsShare
Share current tab, links, image URLs and selected text on WhatsApp Web.
WhatsShare란 무엇입니까?
WhatsShare은(는) BrowserNative에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Share current tab, links, image URLs and selected text on WhatsApp Web."입니다.
확장 프로그램 스크린샷
WhatsShare 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Use its toolbar button or the right click menu option to share the current tab, links, image URLs, and selected text on WhatsApp Web. Keyboard shortcut Alt + W to share the current tab. Extension by BrowserNative. Not affiliated with or created by WhatsApp. Visit homepage for more information: https://browsernative.com/whatsapp-web-share-button/
확장 프로그램 기본 정보
이름 | WhatsShare |
ID | nedfogjfbakhgnidebkhfokiclannnbf |
공식 URL | https://chromewebstore.google.com/detail/whatsshare/nedfogjfbakhgnidebkhfokiclannnbf |
설명 | Share current tab, links, image URLs and selected text on WhatsApp Web. |
파일 크기 | 6.89 KB |
설치 횟수 | 1,016 |
현재 버전 | 0.0.5 |
최근 업데이트 | 2021-01-25 |
출시 날짜 | 2018-04-03 |
평점 | 3.80/5 총 5 개의 평점 |
개발자 | BrowserNative |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://browsernative.com/whatsapp-web-share-button/ |
도움말 페이지 URL | https://browsernative.com/whatsapp-web-share-button/ |
개인정보 보호 정책 페이지 URL | https://browsernative.com/extensions-privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_title": "Share on WhatsApp" }, "description": "Share current tab, links, image URLs and selected text on WhatsApp Web.", "homepage_url": "https:\/\/browsernative.com\/whatsapp-web-share-button\/", "icons": { "128": "icon.png" }, "manifest_version": 2, "name": "WhatsShare", "version": "0.0.5", "permissions": [ "activeTab", "contextMenus" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+W" } } } } |