No Curly

Avoid the time suck converting C# to F#

O que é No Curly?

No Curly é uma extensão do Chrome desenvolvida por https://codingwithsam.com, e sua principal característica é "Avoid the time suck converting C# to F#".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão No Curly

Baixe arquivos de extensão No Curly no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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:
Icons made by Eucalyp from www.flaticon.com is licensed by CC 3.0 BY

Informações Básicas da Extensão

Nome No Curly No Curly
ID nkiofdmlpjbdcjphkffgbpblfmejbpgg
URL Oficial https://chromewebstore.google.com/detail/no-curly/nkiofdmlpjbdcjphkffgbpblfmejbpgg
Descrição Avoid the time suck converting C# to F#
Tamanho do Arquivo 23.84 KB
Contagem de Instalações 58
Versão Atual 0.0.0.6
Última Atualização 2019-08-06
Data de Publicação 2019-08-06
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor https://codingwithsam.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://codingwithsam.com
Idiomas Suportados 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
}