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 |
| 公式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 |
| Eメール | [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
} | |