Code template
This application allows you to copy to the clipboard any pre-prepared code from web.
Τι είναι το Code template;
Το Code template είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://apptools.online, και η κύρια λειτουργία του είναι "This application allows you to copy to the clipboard any pre-prepared code from web.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Code template
Λήψη αρχείων επέκτασης Code template σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This application allows you to: 1) copy to the clipboard any pre-prepared text on your link. What for it is necessary? For example, in your activity, you have to constantly use the same pieces of text (or code). Of course, in this respect it is convenient to have a cloud storage that allows you to structure templates with text thematically and copy them to the clipboard one mouse click. Another example: Your company already has certain frequently repeated operations, and you would like your programmers, managers or other personnel to use corporate templates. In this case, you will need to make a template file and give your employees a link to them 2) Also, the application allows you to fill out forms with values from template-form files. This is necessary if you often fill out web forms, such as reports, with repeated data. It can also be useful if you have some kind of corporate account, under which your employees use some kind of service
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | ldkpmbhljmecchaeaibkfohpajjapbmk |
Επίσημο URL | https://chrome.google.com/webstore/detail/code-template/ldkpmbhljmecchaeaibkfohpajjapbmk |
Περιγραφή | This application allows you to copy to the clipboard any pre-prepared code from web. |
Μέγεθος Αρχείου | 189 KB |
Αριθμός Εγκαταστάσεων | 301 |
Τρέχουσα Έκδοση | 0.3.2 |
Τελευταία Ενημέρωση | 2019-11-17 |
Ημερομηνία Δημοσίευσης | 2019-11-12 |
Προγραμματιστής | https://apptools.online |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Code template", "description": "This application allows you to copy to the clipboard any pre-prepared code from web.", "version": "0.3.2", "icons": { "128": "128.png" }, "browser_action": { "default_icon": "128.png", "default_title": "Code Template", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage", " |