Gato Base 64 Encoder / Decoder
Gato Base 64 Encoder / Decoder encodes to and decodes from Base 64 format.
Vad är Gato Base 64 Encoder / Decoder?
Gato Base 64 Encoder / Decoder är en Chrome-tillägg utvecklad av gatoapps, och dess huvudfunktion är "Gato Base 64 Encoder / Decoder encodes to and decodes from Base 64 format.".
Tilläggsskärmbilder
Ladda ner Gato Base 64 Encoder / Decoder-förlängningens CRX-fil
Ladda ner Gato Base 64 Encoder / Decoder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Gato Base 64 Encoder / Decoder is a simple tool that allows you to encode to and decode from Base 64 format.
Grundläggande Information om Tillägg
Namn | Gato Base 64 Encoder / Decoder |
ID | hbjipahjdnkchnhlmhlbakoooiilhkhh |
Officiell webbadress | https://chromewebstore.google.com/detail/gato-base-64-encoder-deco/hbjipahjdnkchnhlmhlbakoooiilhkhh |
Beskrivning | Gato Base 64 Encoder / Decoder encodes to and decodes from Base 64 format. |
Filstorlek | 14.55 KB |
Antal Installationer | 2,268 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2013-11-03 |
Publiceringsdatum | 2013-11-03 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | gatoapps |
Betalningssätt | free |
Stödda Språk | 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" } } |