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 |
官方網址 | 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'" } |