Foggy Window by RDS

This extension is a RSA Encryption Extension in Beta Testing

什麼是Foggy Window by RDS?

Foggy Window by RDS是由son.of.lysander開發的Chrome擴展程式,該擴展的主要功能是“This extension is a RSA Encryption Extension in Beta Testing”。

擴展截圖

screenshot

下載Foggy Window by RDS擴展crx文件

下載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/).                    

擴展基本資訊

名稱 Foggy Window by RDS Foggy Window by RDS
ID enbjfmooombkglcjcdgeojpmoeakcddm
官方網址 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": [
                ""
            ],
            "css": [
                "css\/injected.css",
                "css\/bootstrap_rgdpstks.css",
                "css\/jquery-ui_rgdpstks.css",
                "css\/rg-dialog.css"
            ],
            "js": [
                "js\/jquery-2.0.3.min.js",
                "js\/jquery-ui.js",
                "js\/cryptico\/cryptico.js",
                "js\/dialog.js",
                "js\/friends.js",
                "js\/injected.js",
                "js\/bootstrap.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "128icon.png",
        "default_popup": "popup\/popup.html"
    },
    "web_accessible_resources": [
        "injection.html",
        "js\/jquery-2.0.3.min.map",
        "images\/animated-overlay.gif",
        "images\/ui-bg_flat_0_aaaaaa_40x100.png",
        "images\/ui-bg_flat_75_ffffff_40x100.png",
        "images\/ui-bg_glass_55_fbf9ee_1x400.png",
        "images\/ui-bg_glass_65_ffffff_1x400.png",
        "images\/ui-bg_glass_75_dadada_1x400.png",
        "images\/ui-bg_glass_75_e6e6e6_1x400.png",
        "images\/ui-bg_glass_95_fef1ec_1x400.png",
        "images\/ui-bg_highlight-soft_75_cccccc_1x100.png",
        "images\/ui-icons_222222_256x240.png",
        "images\/ui-icons_2e83ff_256x240.png",
        "images\/ui-icons_454545_256x240.png",
        "images\/ui-icons_888888_256x240.png",
        "images\/ui-icons_cd0a0a_256x240.png",
        "images\/send.png",
        "images\/key.png"
    ]
}