Smooth Cursorify

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

Smooth Cursorify là gì?

Smooth Cursorify là một tiện ích mở rộng Chrome được phát triển bởi Ewen Le Bihan, và tính năng chính của nó là "Apply a Microsoft Word-like smooth caret animation to multiple online editors".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Smooth Cursorify

Tải xuống các tệp mở rộng Smooth Cursorify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Smooth Cursorify Smooth Cursorify
ID ohhjfajndpfpbimipmehmdkblnbelaec
URL Chính Thức https://chromewebstore.google.com/detail/smooth-cursorify/ohhjfajndpfpbimipmehmdkblnbelaec
Mô tả Apply a Microsoft Word-like smooth caret animation to multiple online editors
Kích Thước Tệp 5.17 KB
Số Lần Cài Đặt 1,499
Phiên Bản Hiện Tại 0.2.0
Cập Nhật Lần Cuối 2022-03-10
Ngày Phát Hành 2021-12-29
Đánh Giá 5.00/5 Tổng số 29 Đánh Giá
Nhà Phát Triển Ewen Le Bihan
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ewen-lbh/smooth-cursorify
URL Trang Trợ Giúp https://github.com/ewen-lbh/smooth-cursorify/issues/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}