Circle Tab
Creates an animated circle scene when you open a new tab.
What is Circle Tab?
Circle Tab is a Chrome extension developed by Jad, and its main feature is "Creates an animated circle scene when you open a new tab.".
Extension Screenshots
Download Circle Tab Extension CRX File
Download Circle Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Creates an animated circle scene when you open a new tab.
Extension Basic Information
Name | Circle Tab |
ID | gadgjmicahkdfefjllbgkanibaolohbb |
Official URL | https://chromewebstore.google.com/detail/circle-tab/gadgjmicahkdfefjllbgkanibaolohbb |
Description | Creates an animated circle scene when you open a new tab. |
File Size | 631 KB |
Installation Count | 16 |
Current Version | 0.0.24 |
Last Updated | 2019-05-24 |
Publish Date | 2019-05-24 |
Rating | 3.00/5 Total 2 Ratings |
Developer | Jad |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Circle Tab", "short_name": "Circle Tab", "version": "0.0.24", "manifest_version": 2, "browser_action": { "default_title": "Circle Tab", "default_icon": { "48": "img\/icon48.png", "128": "img\/icon128.png" } }, "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |