SVG to Base64

Convert SVG to Base64.

Τι είναι το SVG to Base64;

Το SVG to Base64 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Tu Tran, και η κύρια λειτουργία του είναι "Convert SVG to Base64.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης SVG to Base64

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

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

                        A simple tool to convert SVG to Base64. It was developed based on the open-source bellow and added the "browse file" feature.
https://github.com/yoksel/url-encoder/

*USAGE:
1. Insert SVG code or browse an SVG file.
2. Copy code and use.
3. Enjoy!
You can also place encoded SVG at the "Take encoded" field to decode it back.

*NOTES:
After installing the extension, don't forget to pin the icon on the browser toolbar.                    

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

Όνομα SVG to Base64 SVG to Base64
ID eelfklplkohmhhmlfciodaljeeijoelf
Επίσημο URL https://chromewebstore.google.com/detail/svg-to-base64/eelfklplkohmhhmlfciodaljeeijoelf
Περιγραφή Convert SVG to Base64.
Μέγεθος Αρχείου 15.79 KB
Αριθμός Εγκαταστάσεων 80
Τρέχουσα Έκδοση 0.0.2
Τελευταία Ενημέρωση 2021-04-03
Ημερομηνία Δημοσίευσης 2021-03-29
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Tu Tran
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SVG to Base64",
    "description": "Convert SVG to Base64.",
    "version": "0.0.2",
    "browser_action": {
        "default_icon": {
            "16": "\/assets\/img\/16x16.png",
            "48": "\/assets\/img\/48x48.png",
            "128": "\/assets\/img\/128x128.png"
        },
        "default_popup": "index.html"
    },
    "icons": {
        "16": "\/assets\/img\/16x16.png",
        "48": "\/assets\/img\/48x48.png",
        "128": "\/assets\/img\/128x128.png"
    }
}