MoonTab 新标签页
可能是最好用的新标签页之一
What is MoonTab 新标签页?
MoonTab 新标签页 is a Chrome extension developed by MoonTab, and its main feature is "可能是最好用的新标签页之一".
Extension Screenshots
Download MoonTab 新标签页 Extension CRX File
Download MoonTab 新标签页 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
MoonTab将新标签页打造成你第二个桌面。 你可以订阅各个网站的最新文章和资讯:知乎、V2ex、掘金、人人都是产品经理、站酷、36氪等。 你可以记录待办清单,通过MoonTab提供的看板,高效的记录处理每日工作。 你可以收藏常用的网站到新标签页,并在多个电脑间同步配置。
Extension Basic Information
Name | MoonTab 新标签页 |
ID | jjfjapjnjdoehnmecalfglbaefkmchfk |
Official URL | https://chromewebstore.google.com/detail/moontab-%E6%96%B0%E6%A0%87%E7%AD%BE%E9%A1%B5/jjfjapjnjdoehnmecalfglbaefkmchfk |
Description | 可能是最好用的新标签页之一 |
File Size | 3.56 MB |
Installation Count | 910 |
Current Version | 2.0.1 |
Last Updated | 2022-03-07 |
Publish Date | 2020-12-22 |
Rating | 4.53/5 Total 17 Ratings |
Developer | MoonTab |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MoonTab \u65b0\u6807\u7b7e\u9875", "version": "2.0.1", "manifest_version": 2, "description": "\u53ef\u80fd\u662f\u6700\u597d\u7528\u7684\u65b0\u6807\u7b7e\u9875\u4e4b\u4e00", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage", "contextMenus" ], "background": { "scripts": [ "js\/context-menu.js" ] }, "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |