Node.JS is the Only Real Dev Language
Replaces the text 'Node.JS' with 'The Only Real Dev Language'.
Τι είναι το Node.JS is the Only Real Dev Language;
Το Node.JS is the Only Real Dev Language είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jackson Fall, και η κύρια λειτουργία του είναι "Replaces the text 'Node.JS' with 'The Only Real Dev Language'.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Node.JS is the Only Real Dev Language
Λήψη αρχείων επέκτασης Node.JS is the Only Real Dev Language σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
I'd just like to interject for a moment. What you’re referring to as "the only real Dev language" is in fact, the Node.JS runtime environment or as I’ve recently taken to calling it, Node+JS. Node is not a language unto itself, but rather another free component of a fully functioning JavaScript runtime made useful by the JavaScript core syntax, parser utilities and vital language components comprising a full Dev language as defined by Alan Turing and his great descendant Steve Jobs. Many computer users run a modified version of the Node runtime in their browsers every day, without realizing it. Through a peculiar turn of events, the version of JavaScript which is widely used on servers today is often simply called "Node.JS" and many of its users are not aware that it is basically the JavaScript language, developed by Netscape. There really is a Node, and these people are using it, but it is just a part of the Dev language they use. Node is the runtime, the program in the system that allocates the machine’s resources to the JavaScript commands that you run. The runtime is an essential part of a Dev language, but useless by itself; it can only function in the context of a complete Dev language. Node is used in combination with the JavaScript programming language: the whole system is basically JavaScript with Node added, or Node.JS. This so-called "only real Dev language" is really just a distribution of JavaScript.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Node.JS is the Only Real Dev Language |
ID | jcpllfhikipogmhkdeiohfpfgfkiadgf |
Επίσημο URL | https://chromewebstore.google.com/detail/nodejs-is-the-only-real-d/jcpllfhikipogmhkdeiohfpfgfkiadgf |
Περιγραφή | Replaces the text 'Node.JS' with 'The Only Real Dev Language'. |
Μέγεθος Αρχείου | 15.37 KB |
Αριθμός Εγκαταστάσεων | 124 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2015-05-29 |
Ημερομηνία Δημοσίευσης | 2015-05-28 |
Αξιολόγηση | 1.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Jackson Fall |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.facebook.com/groups/hhcirclejerk/ |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Node.JS is the Only Real Dev Language", "description": "Replaces the text 'Node.JS' with 'The Only Real Dev Language'.", "author": "Jackson Greathouse Fall", "version": "1.0", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |