Change Cursors for Chrome
Change Custom Cursors on Chrome Browser
什么是Change Cursors for Chrome?
Change Cursors for Chrome是由https://coolsymbol.com开发的Chrome扩展程序,该扩展的主要功能是“Change Custom Cursors on Chrome Browser”。
扩展截图
下载Change Cursors for Chrome扩展crx文件
下载Change Cursors for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Change your cursor with a click of mouse. This extension provides a collection of custom cursors that are easily accessible and used. Change the cursors on your Chrome browsers with other fancy cursors to enhance your web surfing experiences. We provide colorful cursors, including arrow cursors, hand cursors, thing cursors, cursors with heart and love symbols, ... Please refresh the previously opened tab after installing the extension to put it to actions. Enjoy!!!
扩展基本信息
名称 | |
ID | hbflglholnaeeglfmmoanffenlgkcefa |
官方URL | https://chrome.google.com/webstore/detail/hbflglholnaeeglfmmoanffenlgkcefa |
简介 | Change Custom Cursors on Chrome Browser |
文件大小 | 142 KB |
安装次数 | 9,313 |
当前版本 | 1.1 |
更新时间 | 2019-10-19 |
上架时间 | 2019-10-19 |
评分 | 4.75/5 共48次评分 |
开发者 | https://coolsymbol.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://audiovoicerecorder.com |
帮助页面URL | https://charactercounttool.com |
隐私政策页面URL | https://proapps.org/extension-privacy-policy.html |
支持的语言 | en-US |
manifest.json | |
{ "name": "Change Cursors for Chrome", "description": "Change Custom Cursors on Chrome Browser", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "dialog\/index.html", "default_title": "Change Cursors for Chrome" }, "content_scripts": [ { "css": [ "content\/style.css" ], "js": [ "content\/content.js" ], "matches": [ "*:\/\/*\/*" ], "all_frames": true } ], "commands": { "_execute_browser_action": { "suggested_key": { "chromeos": "Alt+Shift+C", "linux": "Alt+Shift+C", "mac": "Alt+Shift+C", "windows": "Alt+Shift+C" } } }, "permissions": [ "storage", "tabs", "activeTab", "*:\/\/*\/*" ], "background": { "scripts": [ "js\/jquery-3.4.1.min.js", "js\/background.js" ] }, "manifest_version": 2, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "homepage_url": "https:\/\/coolsymbol.com", "offline_enabled": true, "short_name": "CC", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ "images\/*", "content\/*.*" ] } |