右键分享到微博

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

Wat is 右键分享到微博?

右键分享到微博 is een Chrome-extensie ontwikkeld door ambar, en de belangrijkste functie is "分享当前网页内容(图片或选中文本)到微博".

Download het CRX-bestand van de extensie 右键分享到微博

Download 右键分享到微博-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam 右键分享到微博 右键分享到微博
ID leohpglmohjlmmlcfcpgmahkcecmgpai
Officiële 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
Beschrijving 分享当前网页内容(图片或选中文本)到微博
Bestandsgrootte 15.46 KB
Aantal Installaties 86
Huidige Versie 0.1
Laatst Bijgewerkt 2017-02-03
Publicatiedatum 2017-02-03
Beoordeling 4.33/5 Totaal 3 Beoordelingen
Ontwikkelaar ambar
Betalingswijze free
Help Pagina-URL https://github.com/ambar/share-to-weibo/issues
Ondersteunde Talen 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"
    ]
}