Gato Base 64 Encoder / Decoder
Gato Base 64 Encoder / Decoder encodes to and decodes from Base 64 format.
Τι είναι το Gato Base 64 Encoder / Decoder;
Το Gato Base 64 Encoder / Decoder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον gatoapps, και η κύρια λειτουργία του είναι "Gato Base 64 Encoder / Decoder encodes to and decodes from Base 64 format.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Gato Base 64 Encoder / Decoder
Λήψη αρχείων επέκτασης Gato Base 64 Encoder / Decoder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Gato Base 64 Encoder / Decoder is a simple tool that allows you to encode to and decode from Base 64 format. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | hbjipahjdnkchnhlmhlbakoooiilhkhh |
| Επίσημο URL | https://chromewebstore.google.com/detail/gato-base-64-encoder-deco/hbjipahjdnkchnhlmhlbakoooiilhkhh |
| Περιγραφή | Gato Base 64 Encoder / Decoder encodes to and decodes from Base 64 format. |
| Μέγεθος Αρχείου | 14.55 KB |
| Αριθμός Εγκαταστάσεων | 2,268 |
| Τρέχουσα Έκδοση | 1.0.0 |
| Τελευταία Ενημέρωση | 2013-11-03 |
| Ημερομηνία Δημοσίευσης | 2013-11-03 |
| Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
| Προγραμματιστής | gatoapps |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Gato Base 64 Encoder \/ Decoder",
"manifest_version": 2,
"version": "1.0.0",
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"permissions": [
"clipboardRead",
"clipboardWrite"
],
"description": "Gato Base 64 Encoder \/ Decoder encodes to and decodes from Base 64 format.",
"browser_action": {
"default_icon": "icons\/16.png",
"default_popup": "popup.html"
}
} | |