Circle Tab
Creates an animated circle scene when you open a new tab.
什么是Circle Tab?
Circle Tab是由Jad开发的Chrome扩展程序,该扩展的主要功能是“Creates an animated circle scene when you open a new tab.”。
扩展截图
下载Circle Tab扩展crx文件
下载Circle Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Creates an animated circle scene when you open a new tab.
扩展基本信息
名称 | Circle Tab |
ID | gadgjmicahkdfefjllbgkanibaolohbb |
官方URL | https://chromewebstore.google.com/detail/circle-tab/gadgjmicahkdfefjllbgkanibaolohbb |
简介 | Creates an animated circle scene when you open a new tab. |
文件大小 | 631 KB |
安装次数 | 16 |
当前版本 | 0.0.24 |
更新时间 | 2019-05-24 |
上架时间 | 2019-05-24 |
评分 | 3.00/5 共2次评分 |
开发者 | Jad |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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'" } |