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