Base 64 encode and decode tool

Simple base 64 encode and decode tool

Vad är Base 64 encode and decode tool?

Base 64 encode and decode tool är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Simple base 64 encode and decode tool".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Base 64 encode and decode tool-förlängningens CRX-fil

Ladda ner Base 64 encode and decode tool-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

                        A basic tool to convert plaint text to base64 encoded text.                    

Grundläggande Information om Tillägg

Namn Base 64 encode and decode tool Base 64 encode and decode tool
ID mlfhgcaofnakcomogbihkomendnaicjn
Officiell webbadress https://chromewebstore.google.com/detail/base-64-encode-and-decode/mlfhgcaofnakcomogbihkomendnaicjn
Beskrivning Simple base 64 encode and decode tool
Filstorlek 647 KB
Antal Installationer 72
Aktuell Version 1.0
Senast Uppdaterad 2020-04-24
Publiceringsdatum 2020-04-24
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Unknown
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Base 64 encode and decode tool",
    "version": "1.0",
    "description": "Simple base 64 encode and decode tool",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/icon128.png",
            "48": "images\/icon48.png",
            "16": "images\/icon16.png"
        }
    },
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png",
        "16": "images\/icon16.png"
    }
}