Base 64 Decode
Add a right-click option to base64 decode text
Vad är Base 64 Decode?
Base 64 Decode är en Chrome-tillägg utvecklad av dylf, och dess huvudfunktion är "Add a right-click option to base64 decode text".
Tilläggsskärmbilder
Ladda ner Base 64 Decode-förlängningens CRX-fil
Ladda ner Base 64 Decode-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
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.
Grundläggande Information om Tillägg
Namn | Base 64 Decode |
ID | cjjhhjjoenldlkfbdinpigfcpkhijhco |
Officiell webbadress | https://chromewebstore.google.com/detail/base-64-decode/cjjhhjjoenldlkfbdinpigfcpkhijhco |
Beskrivning | Add a right-click option to base64 decode text |
Filstorlek | 8.48 KB |
Antal Installationer | 196 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2023-08-06 |
Publiceringsdatum | 2022-11-13 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | dylf |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/dylf/base64-decode-extension |
Hjälpsida URL | https://github.com/dylf/base64-decode-extension/issues |
Stödda Språk | 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": [ " |