Portable Engineering Clipboard
The perfect clipboard for engineers and their symbols.
ما هو Portable Engineering Clipboard؟
Portable Engineering Clipboard هو إضافة Chrome تم تطويرها بواسطة Russell Caletena، والميزة الرئيسية لها هي "The perfect clipboard for engineers and their symbols.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Portable Engineering Clipboard
قم بتنزيل ملفات الامتداد Portable Engineering Clipboard بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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)
معلومات أساسية عن التمديد
الاسم | |
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 |
عنوان صفحة المساعدة | 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" ] } |