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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων 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:
Βασικές Πληροφορίες Επέκτασης
Όνομα | 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 } |