Base64 decode & copy
Decode & copy selected Base64-encoded text in one step!
Wat is Base64 decode & copy?
Base64 decode & copy is een Chrome-extensie ontwikkeld door Daniel de la Cruz, en de belangrijkste functie is "Decode & copy selected Base64-encoded text in one step!".
Extensie Screenshots
Download het CRX-bestand van de extensie Base64 decode & copy
Download Base64 decode & copy-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
Adds a "Base64 decode selection" menu item to the context menu, enabling you to conveniently decode and copy Base64 text to your clipboard in one action. Usage instructions: 1. In your browser window, select the Base64-encoded text you would like to decode. 2. Right-Click and select "Base64 decode selection". 3. A confirmation box will appear. If successful, the decoded text will be displayed in the confirmation box and copied to your clipboard to be pasted where needed.
Basisinformatie over de Extensie
Naam | Base64 decode & copy |
ID | llcfmnginbnmkeddkjjellcimmffjdcf |
Officiële URL | https://chromewebstore.google.com/detail/base64-decode-copy/llcfmnginbnmkeddkjjellcimmffjdcf |
Beschrijving | Decode & copy selected Base64-encoded text in one step! |
Bestandsgrootte | 5.75 KB |
Aantal Installaties | 3,086 |
Huidige Versie | 1.2.1 |
Laatst Bijgewerkt | 2022-06-04 |
Publicatiedatum | 2020-04-12 |
Beoordeling | 4.83/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Daniel de la Cruz |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Base64 decode & copy", "version": "1.2.1", "manifest_version": 3, "description": "Decode & copy selected Base64-encoded text in one step!", "author": "Daniel de la Cruz", "icons": { "16": "icon16.png", "128": "icon128.png" }, "permissions": [ "contextMenus", "activeTab", "clipboardWrite", "scripting" ], "background": { "service_worker": "script.js" } } |