Tops

微博、知乎、少数派、豆瓣电影、B站、GitHub榜单工具

What is Tops?

Tops is a Chrome extension developed by https://zchengb.top, and its main feature is "微博、知乎、少数派、豆瓣电影、B站、GitHub榜单工具".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Tops Extension CRX File

Download Tops 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

                        只需單擊工具欄上的擴展程序圖標,即可自动获取实时各大平台的榜单(右键-固定 使用效果更佳)!
「如果您有任何反饋 & 建議,十分歡迎點擊右方的“聯繫發佈者”」

==================================================
★Tops的特點:
✔ 实时获取中国沪深股市板块涨跌
✔ 实时获取中国大陆微博热搜TOP50
✔ 实时获取GitHub Trending,并支持按语言、日期范围筛选
✔ 实时获取知乎
✔ 实时获取少数派文章
✔ 实时获取豆瓣電影榜单
✔ 实时获取TIOBE榜单
✔ 实时获取Bilibili每周必看
✔ 实时获取NNGroup熱門文章
✔ 实时获取历史上的今天事件
✔ 单击即可跳转至对应详情页面
✔ 自定义资讯页顺序配置


==================================================
免責聲明:
此擴展程序所有內容版權屬於其各自所有者,請勿將本擴展程序用於非法用途,否則由此產生的一切不良後果與擴展程序開發者無關。                    

Extension Basic Information

Name Tops Tops
ID ckmidipmomnedfjdfagajmdefdjgdikj
Official URL https://chromewebstore.google.com/detail/tops/ckmidipmomnedfjdfagajmdefdjgdikj
Description 微博、知乎、少数派、豆瓣电影、B站、GitHub榜单工具
File Size 1.52 MB
Installation Count 402
Current Version 1.2.0
Last Updated 2023-12-23
Publish Date 2021-02-19
Rating 5.00/5 Total 6 Ratings
Developer https://zchengb.top
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tops",
    "description": "\u5fae\u535a\u3001\u77e5\u4e4e\u3001\u5c11\u6570\u6d3e\u3001\u8c46\u74e3\u7535\u5f71\u3001B\u7ad9\u3001GitHub\u699c\u5355\u5de5\u5177",
    "version": "1.2.0",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+O",
                "mac": "Command+Shift+O"
            }
        }
    },
    "action": {
        "default_title": "Tops",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options\/options.html",
    "host_permissions": [
        "*:\/\/github.com\/*",
        "*:\/\/zchengb.top\/*",
        "*:\/\/tops.kuoyio.cn\/*",
        "http:\/\/localhost\/*"
    ],
    "permissions": [
        "storage"
    ]
}