Instant Base64
Instantly converts an image to its Base64 string value and copies it to the clipboard.
Hvad er Instant Base64?
Instant Base64 er en Chrome-udvidelse udviklet af Marius Olbertz, og dens hovedfunktion er "Instantly converts an image to its Base64 string value and copies it to the clipboard.".
Udvidelsesskærmbilleder
Download Instant Base64-udvidelses-CRX-fil
Download Instant Base64-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Instantly converts an image to its Base64 string value and copies it to the clipboard. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ikfcjclgcgglkgmcanalhmmjomgilcph |
| Officiel URL | https://chromewebstore.google.com/detail/instant-base64/ikfcjclgcgglkgmcanalhmmjomgilcph |
| Beskrivelse | Instantly converts an image to its Base64 string value and copies it to the clipboard. |
| Filstørrelse | 7.64 KB |
| Antal Installationer | 110 |
| Nuværende Version | 0.2.0 |
| Senest Opdateret | 2014-08-11 |
| Udgivelsesdato | 2014-08-11 |
| Bedømmelse | 4.00/5 Samlet 2 Bedømmelser |
| Udvikler | Marius Olbertz |
| Betalingsmetode | free |
| Understøttede Sprog | 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
} | |