No Curly

Avoid the time suck converting C# to F#

No Curly क्या है?

No Curly https://codingwithsam.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Avoid the time suck converting C# to F#"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में No Curly एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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:
Icons made by Eucalyp from www.flaticon.com is licensed by CC 3.0 BY

एक्सटेंशन की मूल जानकारी

नाम No Curly 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
}