Save Code
Save, organize & share code snippets that work
Τι είναι το Save Code;
Το Save Code είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://thiscodeworks.com, και η κύρια λειτουργία του είναι "Save, organize & share code snippets that work".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Save Code
Λήψη αρχείων επέκτασης Save Code σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This tool is for saving that one piece of code that worked after (what seems like an eternity) of searching, trying and searching again. Save that code snippet for the next time you'll need it. This extension saves code snippets that you across on the web, as well as, useful webpages that help you with coding. All you have to do is click the "save" button that appears below snippets or just select text anywhere and right-click to save! You can organize your code in collections and access it anytime from the web hosted on thiscodeworks.com. This extension syncs with the web app and Visual Studio Code extension. You can also share your snippets as a link, image, or embeddable HTML iframe. (If you come across some bugs or issues, please let us know right away at [email protected]. Thanks!)
Βασικές Πληροφορίες Επέκτασης
Όνομα | Save Code |
ID | annlhfjgbkfmbbejkbdpgbmpbcjnehbb |
Επίσημο URL | https://chromewebstore.google.com/detail/save-code/annlhfjgbkfmbbejkbdpgbmpbcjnehbb |
Περιγραφή | Save, organize & share code snippets that work |
Μέγεθος Αρχείου | 116 KB |
Αριθμός Εγκαταστάσεων | 5,232 |
Τρέχουσα Έκδοση | 2.0.1.6 |
Τελευταία Ενημέρωση | 2021-06-22 |
Ημερομηνία Δημοσίευσης | 2020-06-30 |
Αξιολόγηση | 5.00/5 Συνολικά 13 Αξιολογήσεις |
Προγραμματιστής | https://thiscodeworks.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.thiscodeworks.com/extension |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.thiscodeworks.com/contact |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.thiscodeworks.com/privacypolicy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save Code", "version": "2.0.1.6", "description": "Save, organize & share code snippets that work", "permissions": [ "activeTab", "storage", "contextMenus" ], "background": { "scripts": [ "background.js", "popup.js", "context.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |