Portable Engineering Clipboard
The perfect clipboard for engineers and their symbols.
O que é Portable Engineering Clipboard?
Portable Engineering Clipboard é uma extensão do Chrome desenvolvida por Russell Caletena, e sua principal característica é "The perfect clipboard for engineers and their symbols.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Portable Engineering Clipboard
Baixe arquivos de extensão Portable Engineering Clipboard no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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)
Informações Básicas da Extensão
Nome | |
ID | jmnegkegklpbhcnekbaahifpbckkgkil |
URL Oficial | https://chrome.google.com/webstore/detail/portable-engineering-clip/jmnegkegklpbhcnekbaahifpbckkgkil |
Descrição | The perfect clipboard for engineers and their symbols. |
Tamanho do Arquivo | 12.16 KB |
Contagem de Instalações | 140 |
Versão Atual | 1.0.0.0 |
Última Atualização | 2019-11-20 |
Data de Publicação | 2019-11-20 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | Russell Caletena |
Tipo de Pagamento | free |
Site da Extensão | http://bit.ly/rkclinkedin |
URL da Página de Ajuda | http://bit.ly/rkclinkedin |
Idiomas Suportados | 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" ] } |