Base64 URL Decoder & Opener

Decode a base64 URL (even encoded twice) and open it in the tab to the right.

Base64 URL Decoder & Opener là gì?

Base64 URL Decoder & Opener là một tiện ích mở rộng Chrome được phát triển bởi dvnchrmdev, và tính năng chính của nó là "Decode a base64 URL (even encoded twice) and open it in the tab to the right.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Base64 URL Decoder & Opener

Tải xuống các tệp mở rộng Base64 URL Decoder & Opener 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

                        This is an extension for a niche usage. It decodes a base64 encoded (once or twice) URL and opens the URL in the tab to the right (in background). That's it. No other extraneous functions. You probably don't need this!

Usage: Select a base64 url and right click to invoke the context menu. You will see 2 options: Decode Once & Decode Twice. Select the right option based on how many times the url was encoded. The extension will decode and open it in the right tab.                    

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

Tên Base64 URL Decoder & Opener Base64 URL Decoder & Opener
ID dmjommdldlbamppffbonacmohmdlklmm
URL Chính Thức https://chromewebstore.google.com/detail/base64-url-decoder-opener/dmjommdldlbamppffbonacmohmdlklmm
Mô tả Decode a base64 URL (even encoded twice) and open it in the tab to the right.
Kích Thước Tệp 8.82 KB
Số Lần Cài Đặt 528
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2022-12-07
Ngày Phát Hành 2022-05-04
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển dvnchrmdev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/dvnlgls/Base64UrlDecoder
URL Trang Trợ Giúp https://github.com/dvnlgls/Base64UrlDecoder/issues
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Base64 URL Decoder & Opener",
    "version": "1.1.0",
    "description": "Decode a base64 URL (even encoded twice) and open it in the tab to the right.",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "author": "Devin",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "contextMenus"
    ],
    "homepage_url": "https:\/\/github.com\/dvnlgls\/Base64UrlDecoder"
}