基于 TypeScript、React 和 Redux 的可扩展 New Tab 网页扩展:Tabliss

Tabliss 是一款使用 TypeScript、React 和 Redux 编写的可嵌入式 New Tab 网页扩展。

安装:

在运行以下脚本之前,请使用 npm install 安装依赖项。

  • npm start:在 http://localhost:8080 启动 webpack 开发服务器以进行本地开发
  • npm run build:用于 Web 的生产版本
  • npm run build:chromium:Chrome 网页扩展的生产版本
  • npm run build:firefox:Firefox 网页扩展的生产版本
  • npm run translations:管理翻译文件

如果您需要使用外部服务进行开发,还需注册自己的 API 密钥并将其添加到 .env 文件中。复制提供的示例 cp .env.example .env 。

有关翻译,请查看提供的指南。

folder
tabliss:以TypeScript,React和Redux编写的可扩展New Tab Web扩展 预估大小:309个文件
file
background.js 369B
file
index.html 409B
file
index.html 409B
file
index.html 504B
file
package-lock.json 530KB
file
.env.example 67B
file
uk.json 3KB
file
gu.json 3KB
file
el.json 3KB
file
hi.json 3KB
file
ta.json 4KB
file
.gitignore 14B
file
Modal.css 262B
file
Logo.css 77B
file
WidgetDisplay.css 77B
file
PositionInput.css 176B
file
.gitignore 25B
file
webpack.config.js 3KB
file
translations.js 1KB
file
.editorconfig 188B
zip 文件大小:324.59KB