Trippy Circles
By creating amazing animation on each new tab, Trippy Circles will help you enjoy your time on Web.
Trippy Circles란 무엇입니까?
Trippy Circles은(는) bensuva102030에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "By creating amazing animation on each new tab, Trippy Circles will help you enjoy your time on Web."입니다.
확장 프로그램 스크린샷
Trippy Circles 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Trippy Circles is the perfect extension for anyone who wants to improve their productivity and focus. By having amazing animation on each new tab, you will inspired to surf the Web with more joy. This extension is also great for keeping your bookmarks organized and accessible. By clicking "Add to Chrome", you accept and agree to installing the Trippy Circles extension and setting Chrome™ default search to that provided by the service and the Terms of Use and Privacy Policy. The extension will update your search settings and will change your search engine to be powered by Bing. This extension's main objective is to make users' internet searches and browsing more entertaining and exciting. You will always see these incredible animations when you open a new browser, and they will undoubtedly make you smile. The best part is that by modifying wave and rotation speed, you can even create your own animation. The addon Trippy Circles is ideal for anybody looking to increase their attention and productivity. You may also utilize the middle-of-the-screen Search Bar that we added. It is simple to use and impossible to overlook! We believe this is a must-have extension because by utilizing all of these straightforward yet helpful features, you can really increase your attention and concentration during the course of the day. Get to learn more about our extension here: Homepage: https://trippycircles.net/index.html Check our Privacy Policy here: PP: https://trippycircles.net/privacy-policy.html Here are the steps for the extension's removal: a) Chrome - right clicking the extension icon on the menu bar and clicking "remove from chrome". b) Firefox - clicking "menu" -> "Add-ons" -> "Extensions" -> Pressing "remove" button of the extension. c) Edge - right clicking the extension icon on the menu bar and clicking "remove from Microsoft edge". Contact us for more information: Contact: https://trippycircles.net/contact.html
확장 프로그램 기본 정보
이름 | Trippy Circles |
ID | cmgjkckkemiagmhlnhcnhgpojndojlhm |
공식 URL | https://chromewebstore.google.com/detail/trippy-circles/cmgjkckkemiagmhlnhcnhgpojndojlhm |
설명 | By creating amazing animation on each new tab, Trippy Circles will help you enjoy your time on Web. |
파일 크기 | 70.1 KB |
설치 횟수 | 10,418 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2023-07-11 |
출시 날짜 | 2022-06-29 |
평점 | 5.00/5 총 28 개의 평점 |
개발자 | bensuva102030 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://trippycircles.net |
도움말 페이지 URL | https://trippycircles.net/contact.html |
개인정보 보호 정책 페이지 URL | https://trippycircles.net/privacy-policy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trippy Circles", "short_name": "TrippyCircles", "description": "By creating amazing animation on each new tab, Trippy Circles will help you enjoy your time on Web.", "manifest_version": 3, "version": "1.0.2", "permissions": [ "storage", "bookmarks" ], "chrome_url_overrides": { "newtab": "html\/index.html" }, "icons": { "16": "images\/manifest-icons\/16.png", "32": "images\/manifest-icons\/32.png", "64": "images\/manifest-icons\/64.png", "128": "images\/manifest-icons\/128.png" }, "background": { "service_worker": "sw.js" }, "host_permissions": [ "*:\/\/trippycircles.net\/*" ] } |