Encrypt / Decrypt plugin

This extension will encrypt and decrypt text using a rest service or local javascript.

Encrypt / Decrypt pluginとは何ですか?

Encrypt / Decrypt pluginはhttp://faparicio.comによって開発されたChromeの拡張機能で、その主な機能は「This extension will encrypt and decrypt text using a rest service or local javascript.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Encrypt / Decrypt plugin拡張機能のCRXファイルをダウンロード

Encrypt / Decrypt plugin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Do you need to store sensible passwords in an cloud environmemt like EverNote, Confluence, DropBox, Dokuwiki?...

It seems secure until someone break security. And then your passwords are exposed.

This project is a chrome extension that encrypt your passwords using local resources or using a php code acting as a API.

Additionally, you can select the encrypted text and decrypt directly to the clipboard using the right button.


(https://github.com/faparicior/FARChromeCryptoTool)


Recommendations
===============

Personally, I recommend store passwords unencrypted in a local storage like keepass or a plane text field. This software comes with no warranty and his purpose is to add a securyty layer if you have to expose your sensible information like passwords in a cloud and more vulnerable site.                    

拡張機能の基本情報

名前 Encrypt / Decrypt plugin Encrypt / Decrypt plugin
ID cmeagmnlnffckafpnjccbhnkgfifmecg
公式URL https://chrome.google.com/webstore/detail/cmeagmnlnffckafpnjccbhnkgfifmecg
説明 This extension will encrypt and decrypt text using a rest service or local javascript.
ファイルサイズ 1.3 MB
インストール数 283
現在のバージョン 1.0.1
最終更新日 2017-06-28
公開日 2017-06-28
開発者 http://faparicio.com
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Encrypt \/ Decrypt plugin",
    "description": "This extension will encrypt and decrypt text using a rest service or local javascript.",
    "version": "1.0.1",
    "author": "Fernando Aparicio",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon-small.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "clipboardWrite"
    ],
    "background": {
        "page": "background.html"
    }
}