Paris Background Pictures New Tab
This new tab extension will show pictures of Paris city in the background.
Paris Background Pictures New Tab란 무엇입니까?
Paris Background Pictures New Tab은(는) parispicturesnewtab에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This new tab extension will show pictures of Paris city in the background."입니다.
확장 프로그램 스크린샷
Paris Background Pictures New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension offers a delightful visual experience by displaying captivating pictures of the city of Paris on every new tab. Users can immerse themselves in the charm of Parisian landmarks like the Eiffel Tower, Louvre Museum, and Notre-Dame Cathedral with each new browsing session. Whether planning a trip or simply seeking inspiration, this extension brings a touch of Parisian beauty to the user's digital environment. Please note this extension will change your Chrome New Tab and New Tab search. New Tab search results powered by Yahoo. Here are some important details: By selecting the 'Add to Chrome' button and installing this beautiful 'Paris background pictures New Tab' you are consenting to the installation of this extension, along with our Privacy Policy and Terms of Service stated below. By installing the 'Paris background pictures New Tab,' you are agreeing to the modification of the new tab settings. You have the option to remove or disable this extension whenever you wish. Privacy policy available at: https://parispicturesnewtab.com/privacy.html Terms of Service: https://parispicturesnewtab.com/terms.html Feel free to contact us at [email protected]. We would be delighted to assist you!
확장 프로그램 기본 정보
이름 | Paris Background Pictures New Tab |
ID | kapfccbbiifcmliofddlhncmlegicabn |
공식 URL | https://chromewebstore.google.com/detail/paris-background-pictures/kapfccbbiifcmliofddlhncmlegicabn |
설명 | This new tab extension will show pictures of Paris city in the background. |
파일 크기 | 10.61 MB |
설치 횟수 | 2,032 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2023-10-12 |
출시 날짜 | 2023-07-19 |
평점 | 4.00/5 총 1 개의 평점 |
개발자 | parispicturesnewtab |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://parispicturesnewtab.com |
개인정보 보호 정책 페이지 URL | https://parispicturesnewtab.com/privacy.html |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "manifest_version": 3, "name": "Paris Background Pictures New Tab", "version": "1.0.3", "description": "This new tab extension will show pictures of Paris city in the background.", "permissions": [ "cookies", "storage" ], "host_permissions": [ "*:\/\/parispicturesnewtab.com\/", "*:\/\/*.parispicturesnewtab.com\/" ], "chrome_url_overrides": { "newtab": "ParisTab.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "action": { "default_icon": "icon.png" } } |