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 |
电子邮箱 | [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" } } |