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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Poxi 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 Poxi
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
}