No Curly
Avoid the time suck converting C# to F#
Was ist No Curly?
No Curly ist eine Chrome-Erweiterung, die von https://codingwithsam.com entwickelt wurde, und ihr Hauptmerkmal ist "Avoid the time suck converting C# to F#".
Erweiterungsscreenshots
No Curly-Erweiterungs-CRX-Datei herunterladen
Laden Sie No Curly-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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:
Grundlegende Informationen zur Erweiterung
Name | No Curly |
ID | nkiofdmlpjbdcjphkffgbpblfmejbpgg |
Offizielle URL | https://chromewebstore.google.com/detail/no-curly/nkiofdmlpjbdcjphkffgbpblfmejbpgg |
Beschreibung | Avoid the time suck converting C# to F# |
Dateigröße | 23.84 KB |
Installationsanzahl | 58 |
Aktuelle Version | 0.0.0.6 |
Letztes Update | 2019-08-06 |
Veröffentlichungsdatum | 2019-08-06 |
Bewertung | 4.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://codingwithsam.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://codingwithsam.com |
Unterstützte Sprachen | 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 } |