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
擴展基本資訊
名稱 | Poxi |
ID | ejampaojjebedeeochmaibfobgcndkpe |
官方網址 | 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 } |