右键分享到微博

分享当前网页内容(图片或选中文本)到微博

右键分享到微博란 무엇입니까?

右键分享到微博은(는) ambar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "分享当前网页内容(图片或选中文本)到微博"입니다.

右键分享到微博 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 右键分享到微博 右键分享到微博
ID leohpglmohjlmmlcfcpgmahkcecmgpai
공식 URL https://chrome.google.com/webstore/detail/%E5%8F%B3%E9%94%AE%E5%88%86%E4%BA%AB%E5%88%B0%E5%BE%AE%E5%8D%9A/leohpglmohjlmmlcfcpgmahkcecmgpai
설명 分享当前网页内容(图片或选中文本)到微博
파일 크기 15.46 KB
설치 횟수 86
현재 버전 0.1
최근 업데이트 2017-02-03
출시 날짜 2017-02-03
평점 4.33/5 총 3 개의 평점
개발자 ambar
결제 유형 free
도움말 페이지 URL https://github.com/ambar/share-to-weibo/issues
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u53f3\u952e\u5206\u4eab\u5230\u5fae\u535a",
    "version": "0.1",
    "manifest_version": 2,
    "description": "\u5206\u4eab\u5f53\u524d\u7f51\u9875\u5185\u5bb9\uff08\u56fe\u7247\u6216\u9009\u4e2d\u6587\u672c\uff09\u5230\u5fae\u535a",
    "icons": {
        "16": "icons\/16.png",
        "128": "icons\/128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus"
    ]
}