popupCrypt
popupCrypt is a small extension to encrypt text fast and secure via AES
popupCryptคืออะไร?
popupCrypt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.agentur-simon.de และคุณลักษณะหลักของมันคือ "popupCrypt is a small extension to encrypt text fast and secure via AES"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย popupCrypt
ดาวน์โหลดไฟล์ส่วนขยาย popupCrypt ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
popupCrypt is a small extension and helps you to en- and decrypt text information.
The extension works without an internet connection and needs no rights.
Changelog:
0.2.1
· small bugfix
0.2
· Added context menu
· Added fast crypt/decrypt support (use ENTER / CTRL-ENTER in password field)
0.1
· First version
popupCrypt is a small side project of our web agency "Agentur Simon". We want to help our clients to en- and decrypt their sensible data like passwords, access data or similar.
Credits:
· https://code.google.com/archive/p/crypto-js/
· http://purecss.io/
· https://www.elegantthemes.com/blog/freebie-of-the-week/beautiful-flat-icons-for-free ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | jcbhmcpdefclddmpnmfipcojjmejhojp |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/popupcrypt/jcbhmcpdefclddmpnmfipcojjmejhojp |
| คำอธิบาย | popupCrypt is a small extension to encrypt text fast and secure via AES |
| ขนาดไฟล์ | 22.66 KB |
| จำนวนการติดตั้ง | 86 |
| เวอร์ชันปัจจุบัน | 0.2.1 |
| อัปเดตครั้งล่าสุด | 2016-05-31 |
| วันที่เผยแพร่ | 2016-05-31 |
| คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
| ผู้พัฒนา | https://www.agentur-simon.de |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "popupCrypt",
"manifest_version": 2,
"description": "popupCrypt is a small extension to encrypt text fast and secure via AES",
"version": "0.2.1",
"icons": {
"128": "popupCrypt128.png",
"64": "popupCrypt48.png",
"32": "popupCrypt32.png",
"16": "popupCrypt16.png"
},
"permissions": [
"contextMenus"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "popupCrypt64.png",
"default_title": "popupCrypt",
"default_popup": "popupCrypt.html"
}
} | |