Convert Base64

Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the…

Τι είναι το Convert Base64;

Το Convert Base64 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον André Paraíso, και η κύρια λειτουργία του είναι "Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the…".

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

screenshot
screenshot

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

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

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

                        Small tool that allow the conversions of imagens to base64. 
You can use the button to convert an imagem from your computer or the right mouse button in a webpage image to converter it.
The conversion is open in a new window that will allow you to copy it.                    

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

Όνομα Convert Base64 Convert Base64
ID dfnapbflpcpghnapjagkicfjdlgpcndf
Επίσημο URL https://chromewebstore.google.com/detail/convert-base64/dfnapbflpcpghnapjagkicfjdlgpcndf
Περιγραφή Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the…
Μέγεθος Αρχείου 7.34 KB
Αριθμός Εγκαταστάσεων 14
Τρέχουσα Έκδοση 1.3.1
Τελευταία Ενημέρωση 2016-01-28
Ημερομηνία Δημοσίευσης 2016-01-28
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής André Paraíso
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Convert Base64",
    "version": "1.3.1",
    "manifest_version": 2,
    "icons": {
        "128": "logoprd.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "\/src\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "logoprd.png",
        "default_title": "Convert Base64",
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "",
        "contextMenus"
    ]
}