Webpage Share by QR Code

Share web page with wechat by scanning QRCode

Webpage Share by QR Code란 무엇입니까?

Webpage Share by QR Code은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Share web page with wechat by scanning QRCode"입니다.

확장 프로그램 스크린샷

screenshot

Webpage Share by QR Code 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Share a webpage link via QR code; After installing this extension,  you can get the QR code of link of the page you are browsing by clicking on the extension icon. Scan the QR code with your Mobile App, e.g: wechat "scan" functionality.

你是微信控吗?
你无时无刻都想将所有东西与朋友分享吗?
你还在为如何微信分享电脑上的网页,而逐个码字吗?
你还在用直接拍屏幕的方式来分享电脑上的照片吗?
安装“迷宫”插件,点击右上方的像“迷宫”一样的黑白小方格,一切轻松搞定^_^                    

확장 프로그램 기본 정보

이름 Webpage Share by QR Code Webpage Share by QR Code
ID llceakbbpoelahikkdfmgbdafclkkdlj
공식 URL https://chromewebstore.google.com/detail/webpage-share-by-qr-code/llceakbbpoelahikkdfmgbdafclkkdlj
설명 Share web page with wechat by scanning QRCode
파일 크기 49.65 KB
설치 횟수 196
현재 버전 1.0.0
최근 업데이트 2014-03-27
출시 날짜 2014-03-27
평점 5.00/5 총 5 개의 평점
개발자 Unknown
결제 유형 free
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Webpage Share by QR Code",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Share web page with wechat by scanning QRCode",
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "default.png"
    },
    "browser_action": {
        "default_icon": "default.png",
        "default_popup": "popup.html"
    }
}