Shalin
Suggests math symbol replacements for what you're typing.
Shalin क्या है?
Shalin Pondle द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Suggests math symbol replacements for what you're typing."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Shalin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |