Shalin

Suggests math symbol replacements for what you're typing.

Wat is Shalin?

Shalin is een Chrome-extensie ontwikkeld door Pondle, en de belangrijkste functie is "Suggests math symbol replacements for what you're typing.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Shalin

Download Shalin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Shalin Shalin
ID pdakidnecjjjcekpdccdjhombkklccnh
Officiële URL https://chrome.google.com/webstore/detail/shalin/pdakidnecjjjcekpdccdjhombkklccnh
Beschrijving Suggests math symbol replacements for what you're typing.
Bestandsgrootte 111 KB
Aantal Installaties 74
Huidige Versie 0.1.4
Laatst Bijgewerkt 2020-09-15
Publicatiedatum 2019-02-08
Beoordeling 4.50/5 Totaal 4 Beoordelingen
Ontwikkelaar Pondle
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://shalin.benpotter.ca
Ondersteunde Talen 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"
    }
}