Base 64 Decode
Add a right-click option to base64 decode text
Wat is Base 64 Decode?
Base 64 Decode is een Chrome-extensie ontwikkeld door dylf, en de belangrijkste functie is "Add a right-click option to base64 decode text".
Extensie Screenshots
Download het CRX-bestand van de extensie Base 64 Decode
Download Base 64 Decode-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
Have you ever needed to use base 64 decode on text in a web page? How about visiting a URL that is base 64 encoded? This extension adds menu items for your right-click context menu when you select text that is base64 encoded on a page.
Basisinformatie over de Extensie
Naam | Base 64 Decode |
ID | cjjhhjjoenldlkfbdinpigfcpkhijhco |
Officiële URL | https://chromewebstore.google.com/detail/base-64-decode/cjjhhjjoenldlkfbdinpigfcpkhijhco |
Beschrijving | Add a right-click option to base64 decode text |
Bestandsgrootte | 8.48 KB |
Aantal Installaties | 196 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2023-08-06 |
Publicatiedatum | 2022-11-13 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | dylf |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/dylf/base64-decode-extension |
Help Pagina-URL | https://github.com/dylf/base64-decode-extension/issues |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "$schema": "https:\/\/json.schemastore.org\/chrome-manifest", "name": "Base 64 Decode", "version": "1.0.0", "description": "Add a right-click option to base64 decode text", "permissions": [ "activeTab", "contextMenus" ], "content_scripts": [ { "matches": [ " |