Base64 Encoder and Decoder
Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also.
Base64 Encoder and Decoder là gì?
Base64 Encoder and Decoder là một tiện ích mở rộng Chrome được phát triển bởi https://www.linkwebbie.com, và tính năng chính của nó là "Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also.".
Ả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 Base64 Encoder and Decoder
Tải xuống các tệp mở rộng Base64 Encoder and Decoder 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
Easily encode and decode strings in base64 with Link Webbie new chrome extension, which gives the simplicity in encoding and decoding text or strings in base64. This extension can be used while you look at different websites on the web even encode there content in base64.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Base64 Encoder and Decoder |
ID | hmndaanmnneonjcekcbeeedioimiffpj |
URL Chính Thức | https://chromewebstore.google.com/detail/base64-encoder-and-decode/hmndaanmnneonjcekcbeeedioimiffpj |
Mô tả | Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also. |
Kích Thước Tệp | 64 KB |
Số Lần Cài Đặt | 3,928 |
Phiên Bản Hiện Tại | 1.5.2 |
Cập Nhật Lần Cuối | 2022-10-18 |
Ngày Phát Hành | 2018-08-01 |
Đánh Giá | 4.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://www.linkwebbie.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.linkwebbie.com |
URL Trang Chính Sách Bảo Mật | https://www.linkwebbie.com/legal/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Base64 Encoder and Decoder", "version": "1.5.2", "offline_enabled": true, "description": "Encode plain text to Base64, Decode Base64 text to plain text \u2013 All functionality available offline also. ", "icons": { "16": "images\/icon.png", "32": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "action": { "default_title": "Base 64 Encoder and Decoder", "default_popup": "popup.html", "default_icon": "images\/icon.png" }, "manifest_version": 3 } |