3x3 Chrome Extension

For all 3x3 lovers. New tab with background images of different basketball courts all over the world.

3x3 Chrome Extension란 무엇입니까?

3x3 Chrome Extension은(는) https://3x3.petarperunovic.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "For all 3x3 lovers. New tab with background images of different basketball courts all over the world."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

3x3 Chrome Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Replace new tab with 3x3 images custom page, counter that counts down the time until the start of the new season and the Olympics.

★ Features of "3x3 Custom New Tab" extension:
✔ Images of different basketball courts all over the world.
✔A counter that counts down the time until the start of the Olympics
	
★ We will together improve this application, like 3x3 World Facebook page. In 3x3 World we will discuss what functionality you need. Every second week we will have voting which functionality we will add next to 3x3 chrome extension.

If you need help to improve your 3x3 skills, visit my website -> https://3x3.petarperunovic.com/                    

확장 프로그램 기본 정보

이름 3x3 Chrome Extension 3x3 Chrome Extension
ID gbgbljkhpnkmdphfplapdllooiebhggj
공식 URL https://chromewebstore.google.com/detail/3x3-chrome-extension/gbgbljkhpnkmdphfplapdllooiebhggj
설명 For all 3x3 lovers. New tab with background images of different basketball courts all over the world.
파일 크기 3.97 MB
설치 횟수 247
현재 버전 1.1.0
최근 업데이트 2022-10-11
출시 날짜 2020-07-05
개발자 https://3x3.petarperunovic.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://3x3.petarperunovic.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "3x3 Chrome Extension",
    "description": "For all 3x3 lovers. New tab with background images of different basketball courts all over the world.",
    "version": "1.1.0",
    "icons": {
        "128": "icon_128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}