The Peace Pointer

Changes cursor to a peace sign

The Peace Pointer क्या है?

The Peace Pointer Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Changes cursor to a peace sign"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में The Peace Pointer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}