Portable Engineering Clipboard
The perfect clipboard for engineers and their symbols.
Τι είναι το Portable Engineering Clipboard;
Το Portable Engineering Clipboard είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Russell Caletena, και η κύρια λειτουργία του είναι "The perfect clipboard for engineers and their symbols.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Portable Engineering Clipboard
Λήψη αρχείων επέκτασης Portable Engineering Clipboard σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
PECB – Portable Engineering Clipboard (“Pee-See-Bee”) As an Electrical Engineering major at Cal Poly San Luis Obispo, I realized the implementation of non-traditional keyboard characters in documentation proved to be time consuming and tedious. The typical methods for finding a specific character consisted of searching online and using the “Insert Symbol” interface on Google Docs or Microsoft Word. With only one mouse click, your desired character is copied to your clipboard with the help of the PECB. It’s as simple as clicking the character you want and pasting it with CTRL+V or Command+V into the desired location. You can also drag and drop the characters too. Pretty cool, huh? Now you have the Greek letters and mathematical symbols at your fingertips. Anywhere. Anytime. Special thanks to Josiah Pang from PolyDorms (https://chrome.google.com/webstore/detail/polydorms/lbeoahfmdknbkpodleagafgaiifjcdjk?hl=en-US)
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | jmnegkegklpbhcnekbaahifpbckkgkil |
Επίσημο URL | https://chrome.google.com/webstore/detail/portable-engineering-clip/jmnegkegklpbhcnekbaahifpbckkgkil |
Περιγραφή | The perfect clipboard for engineers and their symbols. |
Μέγεθος Αρχείου | 12.16 KB |
Αριθμός Εγκαταστάσεων | 140 |
Τρέχουσα Έκδοση | 1.0.0.0 |
Τελευταία Ενημέρωση | 2019-11-20 |
Ημερομηνία Δημοσίευσης | 2019-11-20 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | Russell Caletena |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://bit.ly/rkclinkedin |
Διεύθυνση URL της Σελίδας Βοήθειας | http://bit.ly/rkclinkedin |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Portable Engineering Clipboard", "short_name": "PECB", "version": "1.0.0.0", "description": "The perfect clipboard for engineers and their symbols.", "manifest_version": 2, "background": { "scripts": [ "popup.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "clipboardWrite", "clipboardRead" ] } |