右键分享到微博
分享当前网页内容(图片或选中文本)到微博
What is 右键分享到微博?
右键分享到微博 is a Chrome extension developed by ambar, and its main feature is "分享当前网页内容(图片或选中文本)到微博".
Download 右键分享到微博 Extension CRX File
Download 右键分享到微博 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | leohpglmohjlmmlcfcpgmahkcecmgpai |
Official 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 |
Description | 分享当前网页内容(图片或选中文本)到微博 |
File Size | 15.46 KB |
Installation Count | 86 |
Current Version | 0.1 |
Last Updated | 2017-02-03 |
Publish Date | 2017-02-03 |
Rating | 4.33/5 Total 3 Ratings |
Developer | ambar |
Payment Type | free |
Help Page URL | https://github.com/ambar/share-to-weibo/issues |
Supported Languages | 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" ] } |