Poxi
The most customizable new tab startpage. A new homepage for your browser
什么是Poxi?
Poxi是由filiptangen98开发的Chrome扩展程序,该扩展的主要功能是“The most customizable new tab startpage. A new homepage for your browser”。
扩展截图
下载Poxi扩展crx文件
下载Poxi扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A new homepage for your browser. Customize your new tab startpage like never before with drag n drop.
☆☆ Key Features ☆☆
✓ True drag n drop
✓ Multiplayer (Real-time collaboration)
✓ Google calendar integration
✓ Todolist
✓ Pomodoro timer
✓ Links
✓ Free 扩展基本信息
| 名称 | |
| ID | ejampaojjebedeeochmaibfobgcndkpe |
| 官方URL | https://chromewebstore.google.com/detail/poxi/ejampaojjebedeeochmaibfobgcndkpe |
| 简介 | The most customizable new tab startpage. A new homepage for your browser |
| 文件大小 | 325 KB |
| 安装次数 | 117 |
| 当前版本 | 1.0 |
| 更新时间 | 2023-09-12 |
| 上架时间 | 2022-11-11 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | filiptangen98 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://poxi.so |
| 支持的语言 | en-US |
| manifest.json | |
{
"name": "Poxi",
"description": "The most customizable new tab startpage. A new homepage for your browser",
"version": "1.0",
"chrome_url_overrides": {
"newtab": "dummy.html"
},
"host_permissions": [
"https:\/\/poxi.page\/*"
],
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"64": "images\/icon-64.png",
"128": "images\/icon-128.png",
"256": "images\/icon-256.png"
},
"options_page": "options.html",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3
} | |