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 |
官方網址 | 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" } } |