Portable Engineering Clipboard
The perfect clipboard for engineers and their symbols.
Portable Engineering Clipboard là gì?
Portable Engineering Clipboard là một tiện ích mở rộng Chrome được phát triển bởi Russell Caletena, và tính năng chính của nó là "The perfect clipboard for engineers and their symbols.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Portable Engineering Clipboard
Tải xuống các tệp mở rộng Portable Engineering Clipboard dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jmnegkegklpbhcnekbaahifpbckkgkil |
URL Chính Thức | https://chrome.google.com/webstore/detail/portable-engineering-clip/jmnegkegklpbhcnekbaahifpbckkgkil |
Mô tả | The perfect clipboard for engineers and their symbols. |
Kích Thước Tệp | 12.16 KB |
Số Lần Cài Đặt | 140 |
Phiên Bản Hiện Tại | 1.0.0.0 |
Cập Nhật Lần Cuối | 2019-11-20 |
Ngày Phát Hành | 2019-11-20 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Russell Caletena |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://bit.ly/rkclinkedin |
URL Trang Trợ Giúp | http://bit.ly/rkclinkedin |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |