js Encoder

A developer tool include html escape/unescape, url, base64, NCR encoder/decoder

js Encoder là gì?

js Encoder là một tiện ích mở rộng Chrome được phát triển bởi Prhythm Studio, và tính năng chính của nó là "A developer tool include html escape/unescape, url, base64, NCR encoder/decoder".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng js Encoder

Tải xuống các tệp mở rộng js Encoder 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

                        A tool for developer.
Html encoder/decoder: escape tag and whitespace.
Url encoder/decoder: convertion of url.
Base64 encoder/decoder: convertion of base 64.
NCR encoder/decoder: convertion of numeric character reference.
Unicode: convertion of unicode format                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên js Encoder js Encoder
ID mfdhnccpjimeepgdjodeocbifkbbmmae
URL Chính Thức https://chromewebstore.google.com/detail/js-encoder/mfdhnccpjimeepgdjodeocbifkbbmmae
Mô tả A developer tool include html escape/unescape, url, base64, NCR encoder/decoder
Kích Thước Tệp 406 KB
Số Lần Cài Đặt 480
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2021-03-06
Ngày Phát Hành 2014-07-18
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Prhythm Studio
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "js Encoder",
    "description": "A developer tool include html escape\/unescape, url, base64, NCR encoder\/decoder",
    "version": "2.0.1",
    "icons": {
        "16": "img\/format_code16.png",
        "48": "img\/format_code48.png",
        "128": "img\/format_code128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "img\/format_code16.png",
        "default_popup": "popup.html",
        "title": "js Encoder"
    },
    "options_ui": {
        "page": "options.html?aa=1121212",
        "chrome_style": true
    }
}