Encrypto-Blog Reader
Decryption extension for Google Chrome.
Encrypto-Blog Reader là gì?
Encrypto-Blog Reader là một tiện ích mở rộng Chrome được phát triển bởi Jamhead, và tính năng chính của nó là "Decryption extension for Google Chrome.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Encrypto-Blog Reader
Tải xuống các tệp mở rộng Encrypto-Blog Reader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | codjdpidpokicflnohcfdjfcanliipoe |
URL Chính Thức | https://chrome.google.com/webstore/detail/encrypto-blog-reader/codjdpidpokicflnohcfdjfcanliipoe |
Mô tả | Decryption extension for Google Chrome. |
Kích Thước Tệp | 182 KB |
Số Lần Cài Đặt | 18 |
Phiên Bản Hiện Tại | 1.4.1 |
Cập Nhật Lần Cuối | 2013-07-07 |
Ngày Phát Hành | 2013-07-07 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Jamhead |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |