Decode64
A chrome extension to encode and decode base64 strings
Wat is Decode64?
Decode64 is een Chrome-extensie ontwikkeld door Baris, en de belangrijkste functie is "A chrome extension to encode and decode base64 strings".
Extensie Screenshots
Download het CRX-bestand van de extensie Decode64
Download Decode64-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
This extension allows you to encode and decide any given string from and to base64. Features: - Encode String - Decode Base64 String - Ability to encode a string twice - Ability to decode a string that's been encoded twice - Darkmode
Basisinformatie over de Extensie
Naam | Decode64 |
ID | negeochodnalfpdkinmdlpcchefbjoif |
Officiële URL | https://chromewebstore.google.com/detail/decode64/negeochodnalfpdkinmdlpcchefbjoif |
Beschrijving | A chrome extension to encode and decode base64 strings |
Bestandsgrootte | 109 KB |
Aantal Installaties | 37 |
Huidige Versie | 2.0.0 |
Laatst Bijgewerkt | 2023-02-01 |
Publicatiedatum | 2021-04-21 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Baris |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A chrome extension to encode and decode base64 strings", "version": "2.0.0", "manifest_version": 3, "name": "Decode64", "action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "web_accessible_resources": [ { "resources": [ "content.styles.css", "icon-128.png", "icon-34.png" ], "matches": [] } ] } |