Base64 URL Decoder & Opener

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

Τι είναι το Base64 URL Decoder & Opener;

Το Base64 URL Decoder & Opener είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον dvnchrmdev, και η κύρια λειτουργία του είναι "Decode a base64 URL (even encoded twice) and open it in the tab to the right.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Base64 URL Decoder & Opener

Λήψη αρχείων επέκτασης Base64 URL Decoder & Opener σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Base64 URL Decoder & Opener Base64 URL Decoder & Opener
ID dmjommdldlbamppffbonacmohmdlklmm
Επίσημο URL https://chromewebstore.google.com/detail/base64-url-decoder-opener/dmjommdldlbamppffbonacmohmdlklmm
Περιγραφή Decode a base64 URL (even encoded twice) and open it in the tab to the right.
Μέγεθος Αρχείου 8.82 KB
Αριθμός Εγκαταστάσεων 528
Τρέχουσα Έκδοση 1.1.0
Τελευταία Ενημέρωση 2022-12-07
Ημερομηνία Δημοσίευσης 2022-05-04
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής dvnchrmdev
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/dvnlgls/Base64UrlDecoder
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/dvnlgls/Base64UrlDecoder/issues
Υποστηριζόμενες Γλώσσες 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"
}