No Curly
Avoid the time suck converting C# to F#
¿Qué es No Curly?
No Curly es una extensión de Chrome desarrollada por https://codingwithsam.com, y su función principal es "Avoid the time suck converting C# to F#".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión No Curly
Descarga archivos de extensión No Curly en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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:
Información Básica de la Extensión
Nombre | No Curly |
ID | nkiofdmlpjbdcjphkffgbpblfmejbpgg |
URL Oficial | https://chromewebstore.google.com/detail/no-curly/nkiofdmlpjbdcjphkffgbpblfmejbpgg |
Descripción | Avoid the time suck converting C# to F# |
Tamaño del Archivo | 23.84 KB |
Cantidad de Instalaciones | 58 |
Versión Actual | 0.0.0.6 |
Última Actualización | 2019-08-06 |
Fecha de Publicación | 2019-08-06 |
Calificación | 4.00/5 Total de 1 Calificaciones |
Desarrollador | https://codingwithsam.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://codingwithsam.com |
Idiomas Soportados | 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 } |