Instant Base64

Instantly converts an image to its Base64 string value and copies it to the clipboard.

Qu'est-ce que Instant Base64 ?

Instant Base64 est une extension Chrome développée par Marius Olbertz, et sa fonction principale est "Instantly converts an image to its Base64 string value and copies it to the clipboard.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Instant Base64

Téléchargez les fichiers d'extension Instant Base64 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Instantly converts an image to its Base64 string value and copies it to the clipboard.                    

Informations de Base sur l'Extension

Nom Instant Base64 Instant Base64
ID ikfcjclgcgglkgmcanalhmmjomgilcph
URL Officiel https://chromewebstore.google.com/detail/instant-base64/ikfcjclgcgglkgmcanalhmmjomgilcph
Description Instantly converts an image to its Base64 string value and copies it to the clipboard.
Taille du Fichier 7.64 KB
Nombre d'Installations 110
Version Actuelle 0.2.0
Dernière Mise à Jour 2014-08-11
Date de Publication 2014-08-11
Évaluation 4.00/5 Total 2 Évaluations
Développeur Marius Olbertz
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instant Base64",
    "version": "0.2.0",
    "description": "Instantly converts an image to its Base64 string value and copies it to the clipboard.",
    "permissions": [
        "contextMenus",
        "clipboardWrite",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications"
    ],
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "manifest_version": 2
}