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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Portable Engineering Clipboard 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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)                    

확장 프로그램 기본 정보

이름 Portable Engineering Clipboard Portable Engineering Clipboard
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"
    ]
}