Portable Engineering Clipboard
The perfect clipboard for engineers and their symbols.
Portable Engineering Clipboardとは何ですか?
Portable Engineering ClipboardはRussell Caletenaによって開発されたChromeの拡張機能で、その主な機能は「The perfect clipboard for engineers and their symbols.」です。
拡張機能のスクリーンショット
Portable Engineering Clipboard拡張機能のCRXファイルをダウンロード
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" ] } |