Portable Engineering Clipboard

The perfect clipboard for engineers and their symbols.

Qu'est-ce que Portable Engineering Clipboard ?

Portable Engineering Clipboard est une extension Chrome développée par Russell Caletena, et sa fonction principale est "The perfect clipboard for engineers and their symbols.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Portable Engineering Clipboard

Téléchargez les fichiers d'extension Portable Engineering Clipboard au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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)                    

Informations de Base sur l'Extension

Nom Portable Engineering Clipboard Portable Engineering Clipboard
ID jmnegkegklpbhcnekbaahifpbckkgkil
URL Officiel https://chrome.google.com/webstore/detail/portable-engineering-clip/jmnegkegklpbhcnekbaahifpbckkgkil
Description The perfect clipboard for engineers and their symbols.
Taille du Fichier 12.16 KB
Nombre d'Installations 140
Version Actuelle 1.0.0.0
Dernière Mise à Jour 2019-11-20
Date de Publication 2019-11-20
Évaluation 5.00/5 Total 3 Évaluations
Développeur Russell Caletena
Type de Paiement free
Site Web de l'Extension http://bit.ly/rkclinkedin
URL de la Page d'Aide http://bit.ly/rkclinkedin
Langues Prises en Charge 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"
    ]
}