Portable Engineering Clipboard
The perfect clipboard for engineers and their symbols.
What is Portable Engineering Clipboard?
Portable Engineering Clipboard is a Chrome extension developed by Russell Caletena, and its main feature is "The perfect clipboard for engineers and their symbols.".
Extension Screenshots
Download Portable Engineering Clipboard Extension CRX File
Download Portable Engineering Clipboard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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)
Extension Basic Information
Name | |
ID | jmnegkegklpbhcnekbaahifpbckkgkil |
Official URL | https://chrome.google.com/webstore/detail/portable-engineering-clip/jmnegkegklpbhcnekbaahifpbckkgkil |
Description | The perfect clipboard for engineers and their symbols. |
File Size | 12.16 KB |
Installation Count | 140 |
Current Version | 1.0.0.0 |
Last Updated | 2019-11-20 |
Publish Date | 2019-11-20 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Russell Caletena |
Payment Type | free |
Extension Website | http://bit.ly/rkclinkedin |
Help Page URL | http://bit.ly/rkclinkedin |
Supported Languages | 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" ] } |