One Piece theme newtab. 1080P HD wallpaper
Pick new tab extension to provide high-quality 1080p HD Wallpaper and redefine the browser's new tab.
One Piece theme newtab. 1080P HD wallpaper란 무엇입니까?
One Piece theme newtab. 1080P HD wallpaper은(는) Jianyueku에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pick new tab extension to provide high-quality 1080p HD Wallpaper and redefine the browser's new tab."입니다.
확장 프로그램 스크린샷
One Piece theme newtab. 1080P HD wallpaper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
1. Exquisite wallpaper one button switch. 2. Select local,bing or none three modes for wallpaper. 3. Make wallpaper with upload local wallpaper, select color, select texture or pattern. 4. Custom border-radius, size or height of the search box. 5. Set mode light / dark switching. 5. Toggle light and dark theme modes. 6. Support multiple languages
확장 프로그램 기본 정보
이름 | One Piece theme newtab. 1080P HD wallpaper |
ID | kiokldggbjmigpcljejjeaemehoeobob |
공식 URL | https://chromewebstore.google.com/detail/one-piece-theme-newtab-10/kiokldggbjmigpcljejjeaemehoeobob |
설명 | Pick new tab extension to provide high-quality 1080p HD Wallpaper and redefine the browser's new tab. |
파일 크기 | 655 KB |
설치 횟수 | 904 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2021-11-03 |
출시 날짜 | 2021-10-28 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Jianyueku |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.jianyueku.com/haizeiwang |
개인정보 보호 정책 페이지 URL | https://www.picknewtab.com/help/privacy |
지원되는 언어 | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "description": "__MSG_description__", "version": "1.0.4", "default_locale": "zh_CN", "content_security_policy": "script-src 'self'; object-src 'self';", "minimum_chrome_version": "81.0.0", "optional_permissions": [ "https:\/\/cn.bing.com\/" ], "chrome_url_overrides": { "newtab": "index.html#\/" }, "browser_action": { "default_icon": "icons\/128.png", "default_title": "__MSG_name__", "default_popup": "index.html#\/popup" }, "icons": { "128": "icons\/icon.png" }, "background": { "page": "index.html#\/background", "persistent": true } } |