Shalin
Suggests math symbol replacements for what you're typing.
Shalinとは何ですか?
ShalinはPondleによって開発されたChromeの拡張機能で、その主な機能は「Suggests math symbol replacements for what you're typing.」です。
拡張機能のスクリーンショット
Shalin拡張機能のCRXファイルをダウンロード
Shalin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Chrome extension that provides shortcuts to math symbol replacements for what you're typing. Important note: Unfortunately, it appears Chrome has been updated to remove the functionality that makes this extension work properly. It is no longer maintained, and is unlikely to be updated unless the functionality returns in some form. My apologies! Features: - Instantly change trigger words into the associated symbol using "`" - Lightweight - Enable/Disable - No external calls (runs locally) - Most symbols from https://en.wikipedia.org/wiki/List_of_mathematical_symbols How to use: 1. Type the key phrase (a list will be available shortly) 2. Press the backtick key (`) 3. Watch the magic happen!
拡張機能の基本情報
名前 | |
ID | pdakidnecjjjcekpdccdjhombkklccnh |
公式URL | https://chrome.google.com/webstore/detail/shalin/pdakidnecjjjcekpdccdjhombkklccnh |
説明 | Suggests math symbol replacements for what you're typing. |
ファイルサイズ | 111 KB |
インストール数 | 74 |
現在のバージョン | 0.1.4 |
最終更新日 | 2020-09-15 |
公開日 | 2019-02-08 |
評価 | 4.50/5 合計 4 レビュー |
開発者 | Pondle |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://shalin.benpotter.ca |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shalin", "description": "Suggests math symbol replacements for what you're typing.", "version": "0.1.4", "manifest_version": 2, "author": "Ben Potter", "permissions": [ "input" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "imgs\/img_16.png", "32": "imgs\/img_32.png", "64": "imgs\/img_64.png", "128": "imgs\/img_128.png", "256": "imgs\/img_256.png" } }, "icons": { "16": "imgs\/img_16.png", "32": "imgs\/img_32.png", "64": "imgs\/img_64.png", "128": "imgs\/img_128.png", "256": "imgs\/img_256.png" } } |