Shalin
Suggests math symbol replacements for what you're typing.
Qu'est-ce que Shalin ?
Shalin est une extension Chrome développée par Pondle, et sa fonction principale est "Suggests math symbol replacements for what you're typing.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Shalin
Téléchargez les fichiers d'extension Shalin au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | pdakidnecjjjcekpdccdjhombkklccnh |
URL Officiel | https://chrome.google.com/webstore/detail/shalin/pdakidnecjjjcekpdccdjhombkklccnh |
Description | Suggests math symbol replacements for what you're typing. |
Taille du Fichier | 111 KB |
Nombre d'Installations | 74 |
Version Actuelle | 0.1.4 |
Dernière Mise à Jour | 2020-09-15 |
Date de Publication | 2019-02-08 |
Évaluation | 4.50/5 Total 4 Évaluations |
Développeur | Pondle |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://shalin.benpotter.ca |
Langues Prises en Charge | 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" } } |