Ariana Grande - New Tab page
Custom new tab and homepage page with Ariana Grande as background
Ariana Grande - New Tab page란 무엇입니까?
Ariana Grande - New Tab page은(는) deluuxe에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Custom new tab and homepage page with Ariana Grande as background"입니다.
확장 프로그램 스크린샷
Ariana Grande - New Tab page 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A extention which replaces all new tabpages in chrome, opera and edge (chromium) with a homepage with high-res images of ariana.
It features a google search bar with auto-completion
and some handy links.
you can also enter urls in the searchbar and it will take you straight there.
Demo: https://ag.24-7.dev/
Tested browsers: Opera, Chrome, ms Edge (chromium)
Vivaldi users: you can set a custom url as new tab page in the settings of your browser, you can set it to "https://ag-homepage.ga" to get the same result as this plugin 확장 프로그램 기본 정보
| 이름 | |
| ID | bimbcifmkdfhjmnekpnlhcggndfjcfak |
| 공식 URL | https://chromewebstore.google.com/detail/ariana-grande-new-tab-pag/bimbcifmkdfhjmnekpnlhcggndfjcfak |
| 설명 | Custom new tab and homepage page with Ariana Grande as background |
| 파일 크기 | 16.93 MB |
| 설치 횟수 | 59 |
| 현재 버전 | 3.3.6 |
| 최근 업데이트 | 2021-12-06 |
| 출시 날짜 | 2020-05-02 |
| 개발자 | deluuxe |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 확장 프로그램 웹 사이트 | https://ag.24-7.dev |
| 지원되는 언어 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Ariana Grande - New Tab page",
"description": "Custom new tab and homepage page with Ariana Grande as background",
"version": "3.3.6",
"author": "DELUUXE",
"incognito": "spanning",
"permissions": [
"tabs",
"windows"
],
"background": {
"service_worker": "sw.js"
},
"action": {
"default_icon": "images\/icon128.png",
"default_popup": "popup.html"
},
"icons": {
"48": "images\/icon128.png",
"128": "images\/icon128.png"
},
"manifest_version": 3
} | |