Smooth Cursorify
Apply a Microsoft Word-like smooth caret animation to multiple online editors
ما هو Smooth Cursorify؟
Smooth Cursorify هو إضافة Chrome تم تطويرها بواسطة Ewen Le Bihan، والميزة الرئيسية لها هي "Apply a Microsoft Word-like smooth caret animation to multiple online editors".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Smooth Cursorify
قم بتنزيل ملفات الامتداد Smooth Cursorify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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                     معلومات أساسية عن التمديد
| الاسم |   |  
| 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 | 
| عنوان صفحة المساعدة | 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"
    }
}  |  |