Mini Cursor Follower
a simple cursor animation whenever you open a new tab
什麼是Mini Cursor Follower?
Mini Cursor Follower是由TRITECHNIX開發的Chrome擴展程式,該擴展的主要功能是“a simple cursor animation whenever you open a new tab”。
擴展截圖
下載Mini Cursor Follower擴展crx文件
下載Mini Cursor Follower擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Browse the web with a simple simple cursor follower animation, every new tab! By clicking "Add to chrome", I accept and agree to installing the Mini Cursor Follower Chrome extension and setting Chrome™ New Tab 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 New Tab search services provided by Bing. Privacy Policy: https://www.tritechnix.com/privacy-policy Terms Of Use: https://www.tritechnix.com/mini-cursor-follower/terms-of-use Contact us: https://www.tritechnix.com/contact-us About: https://www.tritechnix.com/about-us Contact email: [email protected]
擴展基本資訊
名稱 | Mini Cursor Follower |
ID | pjppbcnlnfjabomiiefjmihiefbpfbdn |
官方網址 | https://chromewebstore.google.com/detail/mini-cursor-follower/pjppbcnlnfjabomiiefjmihiefbpfbdn |
簡介 | a simple cursor animation whenever you open a new tab |
檔案大小 | 9.27 KB |
安裝次數 | 671 |
目前版本 | 1.2 |
更新時間 | 2022-06-06 |
上架時間 | 2022-01-04 |
評分 | 4.00/5 共 6 次評分 |
開發者 | TRITECHNIX |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.tritechnix.com/privacy-policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Mini Cursor Follower", "description": "a simple cursor animation whenever you open a new tab", "version": "1.2", "icons": { "128": "i\/icon128.png", "48": "i\/icon48.png", "16": "i\/icon16.png" }, "action": { "default_icon": "i\/icon48.png" }, "chrome_url_overrides": { "newtab": "html\/newtab.html" } } |