一键微博

使用Chrome右键便捷发送微博的Chrome扩展

What is 一键微博?

一键微博 is a Chrome extension developed by QiHJun, and its main feature is "使用Chrome右键便捷发送微博的Chrome扩展".

Extension Screenshots

screenshot

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

                        使用chrome的右键菜单实现一键发送微博。


全新的V3版本,由于微博开放平台收紧API的权限,我们采用更灵活的分享窗口来实现分享,API分享目前只支持带图片的内容分享。如果只是使用分享功能,在此版本中授权不再是必须的。



Version3.0:采用分享窗口来实现分享;

Version2.0.7:解决设置未初始化的时候微博发布失败的问题;


Version2.0.6:解决包含图片的微博发布失败的问题;

Version2.0.5:解决用户无法登录的问题

Version2.0.3: 重新添加发送前编辑的功能;新的选项页;新增添加到V收藏的功能;

Version1.0.2: 解决了在页面空白处点击的问题;

Version1.0.4: 该用OAuth授权认证。

Version1.0.5: 解决了OAuth不能授权的问题。

Version1.0.6: 新增了“新微博提醒”功能

Version1.0.7: 更新了logo

Version1.0.8: 对于超过140个字符的内容,自动分段截取和发送。                    

Extension Basic Information

Name 一键微博 一键微博
ID dlnibcgilcbfohdalmandfokomeljkfc
Official URL https://chromewebstore.google.com/detail/%E4%B8%80%E9%94%AE%E5%BE%AE%E5%8D%9A/dlnibcgilcbfohdalmandfokomeljkfc
Description 使用Chrome右键便捷发送微博的Chrome扩展
File Size 67.32 KB
Installation Count 253
Current Version 3.0.0
Last Updated 2018-01-07
Publish Date 2018-01-07
Rating 3.78/5 Total 32 Ratings
Developer QiHJun
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u4e00\u952e\u5fae\u535a",
    "version": "3.0.0",
    "description": "\u4f7f\u7528Chrome\u53f3\u952e\u4fbf\u6377\u53d1\u9001\u5fae\u535a\u7684Chrome\u6269\u5c55",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "wb24.png",
        "default_popup": "pop.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/wbonfly.applinzi.com\/chrome.html*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/injected.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "16": "wb16.png",
        "24": "wb24.png",
        "48": "wb48.png"
    }
}