百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
M

mue

> 前端框架
开源

适用于现代浏览器的快速、开放和免费使用的新标签页

753 stars0 点赞2 次浏览
访问官网GitHub

工具介绍

适用于现代浏览器的快速、开放和免费使用的新标签页

Mue

A fast, open and free-to-use browser extension that gives a new, fresh and customisable tab page to modern browsers.

muetab.com

Why Mue?

  • Beautiful and Minimalist Design
  • Customisable Layout
  • Widgets (such as weather, notes, bookmarks and more)
  • Privacy-Focused - does not track your browsing activity
  • Extensible with the Mue Marketplace
  • Open Source under the BSD-3 License

️ Installation

Mue can be downloaded on the following browsers:

  • Chrome
  • Edge
  • Firefox
  • Whale

and can be manually sideloaded on others using the files on GitHub Releases

Demo

A fully-featured demo of the tab extension is available in-browser at demo.muetab.com

Development

Install dependencies with bun install, and then you can run any of the following scripts as needed:

  • bun run dev[:host] - start development server
  • bun run build - build production copy of Mue
  • bun run lint[:fix] - run linter
  • bun run pretty - run prettier
  • bun run translations - migrate old translation format to new
  • bun run translations:percentages - update translation completion percentages from Weblate

Contributing

We welcome contributions! Please read CONTRIBUTING.md for guidelines on:

  • Development workflow
  • Branch strategy (dev → beta → main)
  • Commit message format
  • Pull request process

For maintainers, see docs/RELEASE_PROCESS.md for release procedures.

Docker development

Hot reload is available while coding.

  • docker build -t mue-app . - build the image

  • docker volume create dev-bun-app - create a volume for the app

  • docker run -p 5173:5173 mue-app - run the container

  • docker run -p 5173:5173 \ -v $(pwd):/app \ -v dev-bun-app:/app/node_modules \ mue-app - run the container

Navigate to http://localhost:5173

Translations

We use Weblate for translations. To get started, please visit the project and look for the latest version to start translating Mue into your langauge.

Attribution

Pexels, Unsplash - Stock photos used for offline mode

Undraw - Welcome modal images

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

JavaScriptbrowser-extensionchromechrome-extensionchromium

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类前端框架
定价开源

> 相关工具

R
React
用于构建用户界面的 JavaScript 库
V
Vue.js
渐进式 JavaScript 框架
N
Next.js
基于 React 的全栈 Web 框架