Lefty Cursor
Change the default pointer cursor to a left hand
什么是Lefty Cursor?
Lefty Cursor是由achord开发的Chrome扩展程序,该扩展的主要功能是“Change the default pointer cursor to a left hand”。
扩展截图
下载Lefty Cursor扩展crx文件
下载Lefty Cursor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
By default the web pointer cursor is a right hand. It's just another example of the man trying to hold a lefty down! Change the default pointer cursor to a lefty, the way God intended. 扩展基本信息
| 名称 | |
| ID | fpjichgkgkfiejcncbelcefkojdkeble |
| 官方URL | https://chrome.google.com/webstore/detail/lefty-cursor/fpjichgkgkfiejcncbelcefkojdkeble |
| 简介 | Change the default pointer cursor to a left hand |
| 文件大小 | 20.23 KB |
| 安装次数 | 172 |
| 当前版本 | 1.1 |
| 更新时间 | 2017-09-30 |
| 上架时间 | 2017-09-30 |
| 开发者 | achord |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Lefty Cursor",
"description": "Change the default pointer cursor to a left hand",
"version": "1.1",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"web_accessible_resources": [
"pointer-left-16.png",
"hand-left-16.png",
"grab-left-16.png"
],
"browser_action": {
"default_icon": "icon.png",
"default_title": "Lefty Cursor"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"styles.css"
]
}
],
"permissions": [
"activeTab",
"storage"
]
} | |