Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 25 days 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 (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-09-10T17:36:56.000Z (over 1 year ago)
- Last Synced: 2024-11-07T01:42:19.099Z (2 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.
![Screenshot](./screenshot.jpg)