Base64 decode & copy
Decode & copy selected Base64-encoded text in one step!
Base64 decode & copy क्या है?
Base64 decode & copy Daniel de la Cruz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Decode & copy selected Base64-encoded text in one step!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Base64 decode & copy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Adds a "Base64 decode selection" menu item to the context menu, enabling you to conveniently decode and copy Base64 text to your clipboard in one action. Usage instructions: 1. In your browser window, select the Base64-encoded text you would like to decode. 2. Right-Click and select "Base64 decode selection". 3. A confirmation box will appear. If successful, the decoded text will be displayed in the confirmation box and copied to your clipboard to be pasted where needed.
एक्सटेंशन की मूल जानकारी
नाम | Base64 decode & copy |
ID | llcfmnginbnmkeddkjjellcimmffjdcf |
आधिकारिक URL | https://chromewebstore.google.com/detail/base64-decode-copy/llcfmnginbnmkeddkjjellcimmffjdcf |
विवरण | Decode & copy selected Base64-encoded text in one step! |
फ़ाइल का आकार | 5.75 KB |
स्थापना संख्या | 3,086 |
वर्तमान संस्करण | 1.2.1 |
अंतिम अपडेट | 2022-06-04 |
प्रकाशन तिथि | 2020-04-12 |
रेटिंग | 4.83/5 कुल 6 रेटिंग्स |
डेवलपर | Daniel de la Cruz |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Base64 decode & copy", "version": "1.2.1", "manifest_version": 3, "description": "Decode & copy selected Base64-encoded text in one step!", "author": "Daniel de la Cruz", "icons": { "16": "icon16.png", "128": "icon128.png" }, "permissions": [ "contextMenus", "activeTab", "clipboardWrite", "scripting" ], "background": { "service_worker": "script.js" } } |