No Curly
Avoid the time suck converting C# to F#
Cos'è No Curly?
No Curly è un'estensione di Chrome sviluppata da https://codingwithsam.com, e la sua funzione principale è "Avoid the time suck converting C# to F#".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione No Curly
Scarica i file di estensione No Curly in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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:
Informazioni di Base sull'Estensione
| Nome | |
| ID | nkiofdmlpjbdcjphkffgbpblfmejbpgg |
| URL Ufficiale | https://chromewebstore.google.com/detail/no-curly/nkiofdmlpjbdcjphkffgbpblfmejbpgg |
| Descrizione | Avoid the time suck converting C# to F# |
| Dimensione del File | 23.84 KB |
| Conteggio Installazioni | 58 |
| Versione Corrente | 0.0.0.6 |
| Ultimo Aggiornamento | 2019-08-06 |
| Data di Pubblicazione | 2019-08-06 |
| Valutazione | 4.00/5 Totale 1 Valutazioni |
| Sviluppatore | https://codingwithsam.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://codingwithsam.com |
| Lingue Supportate | 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
} | |