The Peace Pointer

Changes cursor to a peace sign

什么是The Peace Pointer?

The Peace Pointer是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Changes cursor to a peace sign”。

扩展截图

screenshot

下载The Peace Pointer扩展crx文件

下载The Peace Pointer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A plugin that makes your courser into a peace sign. Help make the web a more peaceful place.

Made by John E. Njoki and Kim Follesøy-Thuen
With help from Yonas Sandbæk

thepeacepointer.com
kimplussjohn.com                    

扩展基本信息

名称 The Peace Pointer The Peace Pointer
ID afbjcigfgjkleljpjaofacniphbpofkn
官方URL https://chromewebstore.google.com/detail/the-peace-pointer/afbjcigfgjkleljpjaofacniphbpofkn
简介 Changes cursor to a peace sign
文件大小 8.56 KB
安装次数 270
当前版本 1.6
更新时间 2018-09-10
上架时间 2018-09-10
评分 5.00/5 共2次评分
开发者 Unknown
付费类型 free
扩展官网 https://www.thepeacepointer.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Peace Pointer",
    "description": "Changes cursor to a peace sign",
    "version": "1.6",
    "web_accessible_resources": [
        "cursor.css",
        "hand-32.svg"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "css": [
                "cursor.css"
            ]
        }
    ],
    "manifest_version": 2
}