No Curly
Avoid the time suck converting C# to F#
Apa itu No Curly?
No Curly adalah ekstensi Chrome yang dikembangkan oleh https://codingwithsam.com, dan fitur utamanya adalah "Avoid the time suck converting C# to F#".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi No Curly
Unduh file ekstensi No Curly dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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:
Informasi Dasar Ekstensi
Nama | No Curly |
ID | nkiofdmlpjbdcjphkffgbpblfmejbpgg |
URL Resmi | https://chromewebstore.google.com/detail/no-curly/nkiofdmlpjbdcjphkffgbpblfmejbpgg |
Deskripsi | Avoid the time suck converting C# to F# |
Ukuran File | 23.84 KB |
Jumlah Instalasi | 58 |
Versi Saat Ini | 0.0.0.6 |
Terakhir Diperbarui | 2019-08-06 |
Tanggal Publikasi | 2019-08-06 |
Penilaian | 4.00/5 Total 1 Penilaian |
Pengembang | https://codingwithsam.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://codingwithsam.com |
Bahasa yang Didukung | 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 } |