Instant Base64
Instantly converts an image to its Base64 string value and copies it to the clipboard.
Wat is Instant Base64?
Instant Base64 is een Chrome-extensie ontwikkeld door Marius Olbertz, en de belangrijkste functie is "Instantly converts an image to its Base64 string value and copies it to the clipboard.".
Extensie Screenshots
Download het CRX-bestand van de extensie Instant Base64
Download Instant Base64-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Instantly converts an image to its Base64 string value and copies it to the clipboard. Basisinformatie over de Extensie
| Naam | |
| ID | ikfcjclgcgglkgmcanalhmmjomgilcph |
| Officiële URL | https://chromewebstore.google.com/detail/instant-base64/ikfcjclgcgglkgmcanalhmmjomgilcph |
| Beschrijving | Instantly converts an image to its Base64 string value and copies it to the clipboard. |
| Bestandsgrootte | 7.64 KB |
| Aantal Installaties | 110 |
| Huidige Versie | 0.2.0 |
| Laatst Bijgewerkt | 2014-08-11 |
| Publicatiedatum | 2014-08-11 |
| Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Marius Olbertz |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |