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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Trippy Circles拡張機能のCRXファイルをダウンロード

Trippy Circles拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 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
Eメール [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\/*"
    ]
}