Foggy Window by RDS
This extension is a RSA Encryption Extension in Beta Testing
Foggy Window by RDSคืออะไร?
Foggy Window by RDS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย son.of.lysander และคุณลักษณะหลักของมันคือ "This extension is a RSA Encryption Extension in Beta Testing"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Foggy Window by RDS
ดาวน์โหลดไฟล์ส่วนขยาย Foggy Window by RDS ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
RSA MESSAGE ENCRYPTION- This is an opensource project that started as a school project, it is hosted on github! Help us make it better: https://github.com/PigBoT/ragingDipsticks Setup Instructions 1- After you install the extension, browse to a new page (or refresh any existing page). 2- Click the button to pull down the encryption drawer. 3- Type in any passphrase you desire, this passphrase will generate (but not store) a public and private RSA key that is unique to that password.(MAKE SURE NOT TO TYPO OR FORGET THIS PHRASE!) 4- Click on the "Share your key" button. A dialogue box will open with your public key. Click on "Copy" and then send this key to people who want to send you messages! Sending message instructions: 1- In order to send a message to someone, you have to have their public key first. They can send it to you by following the instructions above. Once you receive their public key you need to save it to your "Friends" 2- Click on "Add Friend", Specify their name, optionally an email, and paste the public key they gave you here. Click "Save Changes" and they will appear in your "Friend List" 3- Click their name and start typing! The encrypted message appears on the right. Send it to them and they'll be able to decrypt it with their secret passphrase. Receiving Message Instructions: 1- When someone sends you a message it will be in encrypted form. Simply paste this into the left pane and it will be decrypted into the second pane. [IF YOU TYPO'D OR HAVE FORGOTTEN YOUR ORIGINAL PASSPHRASE THIS WILL NOT WORK!] EMAIL BUTTON, The email button is linked to your default mail client, ie Outlook Express, Thunderbird, Gmail (when configured) etc. COPY/FILL BUTTON, this button will copy the message in the right panel. The text will change to "Fill" if it can detect a message window (for example https://www.facebook.com/messages/).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | enbjfmooombkglcjcdgeojpmoeakcddm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/foggy-window-by-rds/enbjfmooombkglcjcdgeojpmoeakcddm |
คำอธิบาย | This extension is a RSA Encryption Extension in Beta Testing |
ขนาดไฟล์ | 382 KB |
จำนวนการติดตั้ง | 23 |
เวอร์ชันปัจจุบัน | 0.2.0.2 |
อัปเดตครั้งล่าสุด | 2013-12-13 |
วันที่เผยแพร่ | 2013-12-13 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | son.of.lysander |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/PigBoT/ragingDipsticks |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Foggy Window by RDS", "description": "This extension is a RSA Encryption Extension in Beta Testing", "version": "0.2.0.2", "icons": { "128": "128icon.png" }, "background": { "page": "background.html" }, "permissions": [ "activeTab", "storage", "clipboardRead", "clipboardWrite" ], "content_scripts": [ { "matches": [ " |