New England Patriots (unofficial) New Tab
Replace your new tab screen with 4k team and player images from the New England Patriots.
New England Patriots (unofficial) New Tab란 무엇입니까?
New England Patriots (unofficial) New Tab은(는) https://www.awesomenewtabs.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace your new tab screen with 4k team and player images from the New England Patriots."입니다.
확장 프로그램 스크린샷
New England Patriots (unofficial) New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
We think this is the best unofficial New England Patriots new tab replacement and we hope that you'll agree. With great team and player images directly from Patriots.com as well as most recent team news and quotes from players and coaches, our Patriots new tab will show your fandom every time you need a new browser tab!
확장 프로그램 기본 정보
이름 | New England Patriots (unofficial) New Tab |
ID | mhkddljbgpknnchfjnbhhmgnhlpkjdcb |
공식 URL | https://chromewebstore.google.com/detail/new-england-patriots-unof/mhkddljbgpknnchfjnbhhmgnhlpkjdcb |
설명 | Replace your new tab screen with 4k team and player images from the New England Patriots. |
파일 크기 | 768 KB |
설치 횟수 | 74 |
현재 버전 | 1.0.01 |
최근 업데이트 | 2019-01-22 |
출시 날짜 | 2019-01-22 |
개발자 | https://www.awesomenewtabs.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.awesomenewtabs.com/privacy.html |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "New England Patriots (unofficial) New Tab", "description": "Replace your new tab screen with 4k team and player images from the New England Patriots.", "version": "1.0.01", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "permissions": [ "activeTab" ] } |