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文件

下載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)                    

擴展基本資訊

名稱 Portable Engineering Clipboard Portable Engineering Clipboard
ID jmnegkegklpbhcnekbaahifpbckkgkil
官方網址 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"
    ]
}