Gato Base 64 Encoder / Decoder
Gato Base 64 Encoder / Decoder encodes to and decodes from Base 64 format.
Wat is Gato Base 64 Encoder / Decoder?
Gato Base 64 Encoder / Decoder is een Chrome-extensie ontwikkeld door gatoapps, en de belangrijkste functie is "Gato Base 64 Encoder / Decoder encodes to and decodes from Base 64 format.".
Extensie Screenshots
Download het CRX-bestand van de extensie Gato Base 64 Encoder / Decoder
Download Gato Base 64 Encoder / Decoder-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
Gato Base 64 Encoder / Decoder is a simple tool that allows you to encode to and decode from Base 64 format.
Basisinformatie over de Extensie
Naam | Gato Base 64 Encoder / Decoder |
ID | hbjipahjdnkchnhlmhlbakoooiilhkhh |
Officiële URL | https://chromewebstore.google.com/detail/gato-base-64-encoder-deco/hbjipahjdnkchnhlmhlbakoooiilhkhh |
Beschrijving | Gato Base 64 Encoder / Decoder encodes to and decodes from Base 64 format. |
Bestandsgrootte | 14.55 KB |
Aantal Installaties | 2,268 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2013-11-03 |
Publicatiedatum | 2013-11-03 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | gatoapps |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gato Base 64 Encoder \/ Decoder", "manifest_version": 2, "version": "1.0.0", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "clipboardRead", "clipboardWrite" ], "description": "Gato Base 64 Encoder \/ Decoder encodes to and decodes from Base 64 format.", "browser_action": { "default_icon": "icons\/16.png", "default_popup": "popup.html" } } |