Encrypto-Blog Reader
Decryption extension for Google Chrome.
Encrypto-Blog Readerとは何ですか?
Encrypto-Blog ReaderはJamheadによって開発されたChromeの拡張機能で、その主な機能は「Decryption extension for Google Chrome.」です。
拡張機能のスクリーンショット
Encrypto-Blog Reader拡張機能のCRXファイルをダウンロード
Encrypto-Blog Reader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
For use in conjunction with: https://chrome.google.com/webstore/detail/encrypto-blog-writer/abdogbkdaofidplnchileepabhimdnod - Decrypt easily messages shared with the "Encrypto-Blog Writer" extension - No signing up required! - Simple, quick and easy to use! How to use: Step 1: Get a password. Your userID is in the settings page. Send this to whoever sent you encrypted messages and they'll give you a password for it! Simples! Step 2: Decrypt a message. Just copy and paste the encrypted message into the text area and click decrypt!
拡張機能の基本情報
名前 | |
ID | codjdpidpokicflnohcfdjfcanliipoe |
公式URL | https://chrome.google.com/webstore/detail/encrypto-blog-reader/codjdpidpokicflnohcfdjfcanliipoe |
説明 | Decryption extension for Google Chrome. |
ファイルサイズ | 182 KB |
インストール数 | 18 |
現在のバージョン | 1.4.1 |
最終更新日 | 2013-07-07 |
公開日 | 2013-07-07 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | Jamhead |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Encrypto-Blog Reader", "description": "Decryption extension for Google Chrome.", "version": "1.4.1", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/heuuuth.blogspot.ie\/*" ], "js": [ "myHeuuuthScript.js" ] } ], "browser_action": { "default_icon": "key.png", "default_popup": "popup.html" }, "permissions": [ "unlimitedStorage", "http:\/\/heuuuth.blogspot.ie\/", "tabs", "notifications" ] } |