SquareTab
SquareTab allows you to fully customize your browsers start page
SquareTab란 무엇입니까?
SquareTab은(는) SquareMedia에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SquareTab allows you to fully customize your browsers start page"입니다.
확장 프로그램 스크린샷
SquareTab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
SquareTab changes your new tab and has a default search provider of Bing. SquareTab is free and can be easily removed anytime. ------------------------------------------------------- By adding this extension, you agree to our privacy policy available at https://squarestartpage.com/privacy By adding this extension, you agree to our terms of service available at https://squarestartpage.com/terms If you have questions or feedback, you can contact us here https://squarestartpage.com/contact If you need help removing or resetting the Start Page, follow these steps: https://squarestartpage.com/uninstall
확장 프로그램 기본 정보
이름 | SquareTab |
ID | hnjlcpngjhdoehbjfkmhjagmmojcimnc |
공식 URL | https://chromewebstore.google.com/detail/squaretab/hnjlcpngjhdoehbjfkmhjagmmojcimnc |
설명 | SquareTab allows you to fully customize your browsers start page |
파일 크기 | 492 KB |
설치 횟수 | 4,698 |
현재 버전 | 2.1.2 |
최근 업데이트 | 2024-02-17 |
출시 날짜 | 2022-09-10 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | SquareMedia |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://squarestartpage.com/contact |
개인정보 보호 정책 페이지 URL | https://squarestartpage.com/privacy?ref=cws |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SquareTab", "short_name": "SquareTab", "description": "SquareTab allows you to fully customize your browsers start page", "version": "2.1.2", "manifest_version": 3, "offline_enabled": true, "chrome_url_overrides": { "newtab": "\/index.html" }, "background": { "service_worker": "service-worker.js" }, "permissions": [ "storage", "topSites" ], "optional_permissions": [] } |