No Curly
Avoid the time suck converting C# to F#
Wat is No Curly?
No Curly is een Chrome-extensie ontwikkeld door https://codingwithsam.com, en de belangrijkste functie is "Avoid the time suck converting C# to F#".
Extensie Screenshots
Download het CRX-bestand van de extensie No Curly
Download No Curly-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
Want to use F#, but find there is no documentation out there?
This tools helps with the conversion. It automates the hard the part of the conversion replacing all the C# on the web page with near-perfect F#.
Go to a web page that has C#, click this tool's icon, a transformation will happy and in a second or two some beautiful F# will have replaced the C# code.
Why near-pefeact and not perfect?
Well, C# is not F# and getting close enough is good enough. You're probably going to change the code slightly anyway. To automate a perfect conversion requires A LOT more effect.
ICON:
Basisinformatie over de Extensie
| Naam | |
| ID | nkiofdmlpjbdcjphkffgbpblfmejbpgg |
| Officiële URL | https://chromewebstore.google.com/detail/no-curly/nkiofdmlpjbdcjphkffgbpblfmejbpgg |
| Beschrijving | Avoid the time suck converting C# to F# |
| Bestandsgrootte | 23.84 KB |
| Aantal Installaties | 58 |
| Huidige Versie | 0.0.0.6 |
| Laatst Bijgewerkt | 2019-08-06 |
| Publicatiedatum | 2019-08-06 |
| Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://codingwithsam.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://codingwithsam.com |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "No Curly",
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"background.js",
"content.js"
]
},
"browser_action": {
"default_icon": "curly-brackets.png"
},
"icons": {
"16": "curly-brackets.png",
"48": "curly-brackets.png",
"128": "curly-brackets.png"
},
"version": "0.0.0.6",
"description": "Avoid the time suck converting C# to F#",
"manifest_version": 2
} | |