popupCrypt
popupCrypt is a small extension to encrypt text fast and secure via AES
popupCryptとは何ですか?
popupCryptはhttps://www.agentur-simon.deによって開発されたChromeの拡張機能で、その主な機能は「popupCrypt is a small extension to encrypt text fast and secure via AES」です。
拡張機能のスクリーンショット
popupCrypt拡張機能のCRXファイルをダウンロード
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 |
| Eメール | [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"
}
} | |