No Curly
Avoid the time suck converting C# to F#
什麼是No Curly?
No Curly是由https://codingwithsam.com開發的Chrome擴展程式,該擴展的主要功能是“Avoid the time suck converting C# to F#”。
擴展截圖
下載No Curly擴展crx文件
下載No Curly擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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:
擴展基本資訊
| 名稱 | |
| ID | nkiofdmlpjbdcjphkffgbpblfmejbpgg |
| 官方網址 | 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
} | |