Base64 Encoder and Decoder
Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also.
Vad är Base64 Encoder and Decoder?
Base64 Encoder and Decoder är en Chrome-tillägg utvecklad av https://www.linkwebbie.com, och dess huvudfunktion är "Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also.".
Tilläggsskärmbilder
Ladda ner Base64 Encoder and Decoder-förlängningens CRX-fil
Ladda ner Base64 Encoder and 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
Easily encode and decode strings in base64 with Link Webbie new chrome extension, which gives the simplicity in encoding and decoding text or strings in base64. This extension can be used while you look at different websites on the web even encode there content in base64.
Grundläggande Information om Tillägg
Namn | Base64 Encoder and Decoder |
ID | hmndaanmnneonjcekcbeeedioimiffpj |
Officiell webbadress | https://chromewebstore.google.com/detail/base64-encoder-and-decode/hmndaanmnneonjcekcbeeedioimiffpj |
Beskrivning | Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also. |
Filstorlek | 64 KB |
Antal Installationer | 3,928 |
Aktuell Version | 1.5.2 |
Senast Uppdaterad | 2022-10-18 |
Publiceringsdatum | 2018-08-01 |
Betyg | 4.67/5 Totalt 3 Betyg |
Utvecklare | https://www.linkwebbie.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.linkwebbie.com |
URL till Sekretesspolicy Sidan | https://www.linkwebbie.com/legal/privacy-policy |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Base64 Encoder and Decoder", "version": "1.5.2", "offline_enabled": true, "description": "Encode plain text to Base64, Decode Base64 text to plain text \u2013 All functionality available offline also. ", "icons": { "16": "images\/icon.png", "32": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "action": { "default_title": "Base 64 Encoder and Decoder", "default_popup": "popup.html", "default_icon": "images\/icon.png" }, "manifest_version": 3 } |