No Curly

Avoid the time suck converting C# to F#

No Curly là gì?

No Curly là một tiện ích mở rộng Chrome được phát triển bởi https://codingwithsam.com, và tính năng chính của nó là "Avoid the time suck converting C# to F#".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng No Curly

Tải xuống các tệp mở rộng No Curly dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên No Curly No Curly
ID nkiofdmlpjbdcjphkffgbpblfmejbpgg
URL Chính Thức https://chromewebstore.google.com/detail/no-curly/nkiofdmlpjbdcjphkffgbpblfmejbpgg
Mô tả Avoid the time suck converting C# to F#
Kích Thước Tệp 23.84 KB
Số Lần Cài Đặt 58
Phiên Bản Hiện Tại 0.0.0.6
Cập Nhật Lần Cuối 2019-08-06
Ngày Phát Hành 2019-08-06
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://codingwithsam.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://codingwithsam.com
Ngôn Ngữ Được Hỗ Trợ 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
}