Tops
微博、知乎、少数派、豆瓣电影、B站、GitHub榜单工具
Wat is Tops?
Tops is een Chrome-extensie ontwikkeld door https://zchengb.top, en de belangrijkste functie is "微博、知乎、少数派、豆瓣电影、B站、GitHub榜单工具".
Extensie Screenshots
Download het CRX-bestand van de extensie Tops
Download Tops-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
只需單擊工具欄上的擴展程序圖標,即可自动获取实时各大平台的榜单(右键-固定 使用效果更佳)! 「如果您有任何反饋 & 建議,十分歡迎點擊右方的“聯繫發佈者”」 ================================================== ★Tops的特點: ✔ 实时获取中国沪深股市板块涨跌 ✔ 实时获取中国大陆微博热搜TOP50 ✔ 实时获取GitHub Trending,并支持按语言、日期范围筛选 ✔ 实时获取知乎 ✔ 实时获取少数派文章 ✔ 实时获取豆瓣電影榜单 ✔ 实时获取TIOBE榜单 ✔ 实时获取Bilibili每周必看 ✔ 实时获取NNGroup熱門文章 ✔ 实时获取历史上的今天事件 ✔ 单击即可跳转至对应详情页面 ✔ 自定义资讯页顺序配置 ================================================== 免責聲明: 此擴展程序所有內容版權屬於其各自所有者,請勿將本擴展程序用於非法用途,否則由此產生的一切不良後果與擴展程序開發者無關。
Basisinformatie over de Extensie
Naam | Tops |
ID | ckmidipmomnedfjdfagajmdefdjgdikj |
Officiële URL | https://chromewebstore.google.com/detail/tops/ckmidipmomnedfjdfagajmdefdjgdikj |
Beschrijving | 微博、知乎、少数派、豆瓣电影、B站、GitHub榜单工具 |
Bestandsgrootte | 1.52 MB |
Aantal Installaties | 402 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2023-12-23 |
Publicatiedatum | 2021-02-19 |
Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | https://zchengb.top |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |