Save Turtle Tab
Wallpapers with rare species of turtles in a new tab.
Save Turtle Tab란 무엇입니까?
Save Turtle Tab은(는) https://saveturtletab.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Wallpapers with rare species of turtles in a new tab."입니다.
확장 프로그램 스크린샷
Save Turtle Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Install Save Turtle Tab to enjoy hi-res turtle wallpapers in your start page. Features: - New tab background images with turtles - Quick access to the search bar - Speed dial with popular social networks By clicking "Add to Chrome", I accept and agree to installing the Save Turtle Tab and the Terms of Use and Privacy Policy. The new tab search provider will be set to Microsoft Bing. Terms of Service: https://saveturtletab.com/terms.html Privacy Policy: https://saveturtletab.com/privacy.html
확장 프로그램 기본 정보
이름 | Save Turtle Tab |
ID | cjbclahodcgffgpcdokophcaeahpjddj |
공식 URL | https://chromewebstore.google.com/detail/save-turtle-tab/cjbclahodcgffgpcdokophcaeahpjddj |
설명 | Wallpapers with rare species of turtles in a new tab. |
파일 크기 | 7.86 KB |
설치 횟수 | 100,000 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2023-12-09 |
출시 날짜 | 2021-07-20 |
평점 | 3.67/5 총 3 개의 평점 |
개발자 | https://saveturtletab.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://saveturtletab.com/privacy.html |
지원되는 언어 | en |
manifest.json | |
{ "manifest_version": 2, "version": "1.0.1", "name": "Save Turtle Tab", "description": "Wallpapers with rare species of turtles in a new tab.", "icons": { "128": "128.png" }, "permissions": [ "contextMenus", "https:\/\/saveturtletab.com\/*" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "background": { "scripts": [ "lib.js", "background.js" ] }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |