Smooth Cursorify
Apply a Microsoft Word-like smooth caret animation to multiple online editors
Smooth Cursorifyとは何ですか?
Smooth CursorifyはEwen Le Bihanによって開発されたChromeの拡張機能で、その主な機能は「Apply a Microsoft Word-like smooth caret animation to multiple online editors」です。
拡張機能のスクリーンショット
Smooth Cursorify拡張機能のCRXファイルをダウンロード
Smooth Cursorify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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" } } |