Portable Engineering Clipboard
The perfect clipboard for engineers and their symbols.
Portable Engineering Clipboard क्या है?
Portable Engineering Clipboard Russell Caletena द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The perfect clipboard for engineers and their symbols."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Portable Engineering Clipboard एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |