Base64 URL Decoder & Opener
Decode a base64 URL (even encoded twice) and open it in the tab to the right.
Base64 URL Decoder & Opener क्या है?
Base64 URL Decoder & Opener dvnchrmdev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Decode a base64 URL (even encoded twice) and open it in the tab to the right."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Base64 URL Decoder & Opener एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is an extension for a niche usage. It decodes a base64 encoded (once or twice) URL and opens the URL in the tab to the right (in background). That's it. No other extraneous functions. You probably don't need this! Usage: Select a base64 url and right click to invoke the context menu. You will see 2 options: Decode Once & Decode Twice. Select the right option based on how many times the url was encoded. The extension will decode and open it in the right tab.
एक्सटेंशन की मूल जानकारी
नाम | Base64 URL Decoder & Opener |
ID | dmjommdldlbamppffbonacmohmdlklmm |
आधिकारिक URL | https://chromewebstore.google.com/detail/base64-url-decoder-opener/dmjommdldlbamppffbonacmohmdlklmm |
विवरण | Decode a base64 URL (even encoded twice) and open it in the tab to the right. |
फ़ाइल का आकार | 8.82 KB |
स्थापना संख्या | 528 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2022-12-07 |
प्रकाशन तिथि | 2022-05-04 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | dvnchrmdev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/dvnlgls/Base64UrlDecoder |
सहायता पृष्ठ URL | https://github.com/dvnlgls/Base64UrlDecoder/issues |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Base64 URL Decoder & Opener", "version": "1.1.0", "description": "Decode a base64 URL (even encoded twice) and open it in the tab to the right.", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "author": "Devin", "background": { "service_worker": "background.js" }, "permissions": [ "contextMenus" ], "homepage_url": "https:\/\/github.com\/dvnlgls\/Base64UrlDecoder" } |