https://github.com/dylf/base64-decode-extension
A chrome extension for decoding base 64 strings, and open urls encoded in base 64.
https://github.com/dylf/base64-decode-extension
base64-decoding chrome-extension typescript vite
Last synced: 7 months ago
JSON representation
A chrome extension for decoding base 64 strings, and open urls encoded in base 64.
- Host: GitHub
- URL: https://github.com/dylf/base64-decode-extension
- Owner: dylf
- Created: 2019-11-09T08:52:14.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-09-10T17:36:56.000Z (over 2 years ago)
- Last Synced: 2025-05-16T14:12:10.430Z (11 months ago)
- Topics: base64-decoding, chrome-extension, typescript, vite
- Language: TypeScript
- Homepage: https://chrome.google.com/webstore/detail/cjjhhjjoenldlkfbdinpigfcpkhijhco
- Size: 53.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Base64 Decode
A chrome extension for decoding base64 encoded strings, and opening base 64 encoded urls.
[Check it out on the chrome webstore](https://chrome.google.com/webstore/detail/base-64-decode/cjjhhjjoenldlkfbdinpigfcpkhijhco)
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.
