MyCrypt
Symmetric encode and decode selected text
MyCryptคืออะไร?
MyCrypt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Symmetric encode and decode selected text"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MyCrypt
ดาวน์โหลดไฟล์ส่วนขยาย MyCrypt ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
MyCrypt ============= Легко и быстро зашифровать/расшифровать текст. Работа приложения ЛОКАЛЬНА! Не требует подключения к интернету. Не передает никаких данных во вне, не грузит из интернета дополнительные библиотеки. Принцип легок: - Выделили, нажали на иконку, получили кодированный текст. - Выделили кодированный текст, нажали иконку, получили свой обычный текст. Легко и быстро зашифровать/расшифровать: Частные сообщения в электронной почте, блогах, социальных сетях, форумах, web-страницы, изображения и т.д. Это расширение позволяет шифровать и расшифровывать части текста: выделенный или введенный вручную текст. MyCrypt ============= Protect any snippet of data for quick sharing and safe archiving. Protect the data in your email, your contacts, and more with MyCrypt. This extension will save a common password and allow you to quickly encrypt and decrypt the contents. To use the extension follow these easy steps. Enter you password in the Key field. (Only once. The computer will remember your password.) Enter the message to be encrypted (a bank account number, a very personal message, etc.) in the Phrase field. Click Encrypt to create a safe and copyable code. Click Undo if you made a mistake. Save, Forward, or whatever. Use MyCrypt to pass a note to a friend, forward a password to a friend, or store a social security number in an archived email message. The application does not send data to the Internet. All application work is local!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | MyCrypt |
ID | bfpgbcimcndigdeddbhdfbpllejidjbj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/mycrypt/bfpgbcimcndigdeddbhdfbpllejidjbj |
คำอธิบาย | Symmetric encode and decode selected text |
ขนาดไฟล์ | 46.56 KB |
จำนวนการติดตั้ง | 23 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2018-11-19 |
วันที่เผยแพร่ | 2018-11-18 |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/dvbiryukov/MyCrypt |
URL หน้าช่วยเหลือ | https://github.com/dvbiryukov/MyCrypt/issues |
ภาษาที่รองรับ | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MyCrypt", "description": "Symmetric encode and decode selected text", "version": "1.0.0", "author": "@devnull", "homepage_url": "http:\/\/path\/to\/homepage", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |