Smooth Cursorify

Apply a Microsoft Word-like smooth caret animation to multiple online editors

Smooth Cursorify क्या है?

Smooth Cursorify Ewen Le Bihan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Apply a Microsoft Word-like smooth caret animation to multiple online editors"।

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

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

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

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

                        Apply a Microsoft Word-like smooth caret animation to multiple online editors.

Currently supported websites:

* Google Docs (https://docs.google.com/)
* Overleaf (https://www.overleaf.com/)

Head over to GitHub to request new websites: https://github.com/ewen-lbh/smooth-cursorify                    

एक्सटेंशन की मूल जानकारी

नाम Smooth Cursorify Smooth Cursorify
ID ohhjfajndpfpbimipmehmdkblnbelaec
आधिकारिक URL https://chromewebstore.google.com/detail/smooth-cursorify/ohhjfajndpfpbimipmehmdkblnbelaec
विवरण Apply a Microsoft Word-like smooth caret animation to multiple online editors
फ़ाइल का आकार 5.17 KB
स्थापना संख्या 1,499
वर्तमान संस्करण 0.2.0
अंतिम अपडेट 2022-03-10
प्रकाशन तिथि 2021-12-29
रेटिंग 5.00/5 कुल 29 रेटिंग्स
डेवलपर Ewen Le Bihan
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/ewen-lbh/smooth-cursorify
सहायता पृष्ठ URL https://github.com/ewen-lbh/smooth-cursorify/issues/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smooth Cursorify",
    "short_name": "Smooth Cursorify",
    "version": "0.2.0",
    "manifest_version": 2,
    "description": "Apply a Microsoft Word-like smooth caret animation to multiple online editors",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/document\/*",
                "http:\/\/docs.google.com\/document\/*"
            ],
            "js": [
                "google-docs.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.overleaf.com\/project\/*",
                "http:\/\/www.overleaf.com\/project\/*"
            ],
            "js": [
                "overleaf.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}