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
}