The Peace Pointer

Changes cursor to a peace sign

The Peace Pointerคืออะไร?

The Peace Pointer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Changes cursor to a peace sign"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Peace Pointer

ดาวน์โหลดไฟล์ส่วนขยาย 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
}