Weibo SoEasy

提供方便快捷的微博搜索。包括页面右键搜索,上升最快的搜索词列表。还可以设定关键词,在有新的相关热门微博时获得提醒。

What is Weibo SoEasy?

Weibo SoEasy is a Chrome extension developed by xibei, and its main feature is "提供方便快捷的微博搜索。包括页面右键搜索,上升最快的搜索词列表。还可以设定关键词,在有新的相关热门微博时获得提醒。".

Extension Screenshots

screenshot

Download Weibo SoEasy Extension CRX File

Download Weibo SoEasy 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

                        提供方便快捷的新浪微博(Sina Weibo)搜索功能。包括:

1. 在任意页面中的右键菜单搜索功能
2. 地址栏右侧的快捷搜索入口
3. 上升最快的搜索词列表,方便你随时掌握微博热点
4. 设置关注词。当微博上出现相关的热点内容时实时通知
5. 一机设置多机同步(需要chrome登陆用户身份)                    

Extension Basic Information

Name Weibo SoEasy Weibo SoEasy
ID gbnopkidmbhhleffbbldifdboajepiia
Official URL https://chromewebstore.google.com/detail/weibo-soeasy/gbnopkidmbhhleffbbldifdboajepiia
Description 提供方便快捷的微博搜索。包括页面右键搜索,上升最快的搜索词列表。还可以设定关键词,在有新的相关热门微博时获得提醒。
File Size 151 KB
Installation Count 88
Current Version 1.1.2
Last Updated 2012-11-21
Publish Date 2012-11-20
Rating 5.00/5 Total 1 Ratings
Developer xibei
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weibo SoEasy",
    "version": "1.1.2",
    "manifest_version": 2,
    "description": "\u63d0\u4f9b\u65b9\u4fbf\u5feb\u6377\u7684\u5fae\u535a\u641c\u7d22\u3002\u5305\u62ec\u9875\u9762\u53f3\u952e\u641c\u7d22\uff0c\u4e0a\u5347\u6700\u5feb\u7684\u641c\u7d22\u8bcd\u5217\u8868\u3002\u8fd8\u53ef\u4ee5\u8bbe\u5b9a\u5173\u952e\u8bcd\uff0c\u5728\u6709\u65b0\u7684\u76f8\u5173\u70ed\u95e8\u5fae\u535a\u65f6\u83b7\u5f97\u63d0\u9192\u3002",
    "icons": {
        "16": "icon.png",
        "48": "icon_mid.png",
        "128": "icon_large.png"
    },
    "browser_action": {
        "default_icon": "icon_mid.png",
        "default_title": "Weibo SoEasy",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "http:\/\/s.weibo.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "js\/jquery-1.8.2.min.js",
            "bg.js"
        ]
    }
}