Base64 decode & copy
Decode & copy selected Base64-encoded text in one step!
Τι είναι το Base64 decode & copy;
Το Base64 decode & copy είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Daniel de la Cruz, και η κύρια λειτουργία του είναι "Decode & copy selected Base64-encoded text in one step!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Base64 decode & copy
Λήψη αρχείων επέκτασης Base64 decode & copy σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Adds a "Base64 decode selection" menu item to the context menu, enabling you to conveniently decode and copy Base64 text to your clipboard in one action.
Usage instructions:
1. In your browser window, select the Base64-encoded text you would like to decode.
2. Right-Click and select "Base64 decode selection".
3. A confirmation box will appear. If successful, the decoded text will be displayed in the confirmation box and copied to your clipboard to be pasted where needed. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | llcfmnginbnmkeddkjjellcimmffjdcf |
| Επίσημο URL | https://chromewebstore.google.com/detail/base64-decode-copy/llcfmnginbnmkeddkjjellcimmffjdcf |
| Περιγραφή | Decode & copy selected Base64-encoded text in one step! |
| Μέγεθος Αρχείου | 5.75 KB |
| Αριθμός Εγκαταστάσεων | 3,086 |
| Τρέχουσα Έκδοση | 1.2.1 |
| Τελευταία Ενημέρωση | 2022-06-04 |
| Ημερομηνία Δημοσίευσης | 2020-04-12 |
| Αξιολόγηση | 4.83/5 Συνολικά 6 Αξιολογήσεις |
| Προγραμματιστής | Daniel de la Cruz |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Base64 decode & copy",
"version": "1.2.1",
"manifest_version": 3,
"description": "Decode & copy selected Base64-encoded text in one step!",
"author": "Daniel de la Cruz",
"icons": {
"16": "icon16.png",
"128": "icon128.png"
},
"permissions": [
"contextMenus",
"activeTab",
"clipboardWrite",
"scripting"
],
"background": {
"service_worker": "script.js"
}
} | |