No Curly
Avoid the time suck converting C# to F#
ما هو No Curly؟
No Curly هو إضافة Chrome تم تطويرها بواسطة https://codingwithsam.com، والميزة الرئيسية لها هي "Avoid the time suck converting C# to F#".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة No Curly
قم بتنزيل ملفات الامتداد No Curly بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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:
معلومات أساسية عن التمديد
الاسم | No Curly |
ID | nkiofdmlpjbdcjphkffgbpblfmejbpgg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/no-curly/nkiofdmlpjbdcjphkffgbpblfmejbpgg |
الوصف | Avoid the time suck converting C# to F# |
حجم الملف | 23.84 KB |
عدد التثبيتات | 58 |
النسخة الحالية | 0.0.0.6 |
آخر تحديث | 2019-08-06 |
تاريخ النشر | 2019-08-06 |
تقييم | 4.00/5 مجموع تقييمات 1 |
المطور | https://codingwithsam.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://codingwithsam.com |
اللغات المدعومة | 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 } |