Instant Base64
Instantly converts an image to its Base64 string value and copies it to the clipboard.
Instant Base64 क्या है?
Instant Base64 Marius Olbertz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instantly converts an image to its Base64 string value and copies it to the clipboard."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Instant Base64 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Instantly converts an image to its Base64 string value and copies it to the clipboard.
एक्सटेंशन की मूल जानकारी
नाम | Instant Base64 |
ID | ikfcjclgcgglkgmcanalhmmjomgilcph |
आधिकारिक URL | https://chromewebstore.google.com/detail/instant-base64/ikfcjclgcgglkgmcanalhmmjomgilcph |
विवरण | Instantly converts an image to its Base64 string value and copies it to the clipboard. |
फ़ाइल का आकार | 7.64 KB |
स्थापना संख्या | 110 |
वर्तमान संस्करण | 0.2.0 |
अंतिम अपडेट | 2014-08-11 |
प्रकाशन तिथि | 2014-08-11 |
रेटिंग | 4.00/5 कुल 2 रेटिंग्स |
डेवलपर | Marius Olbertz |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instant Base64", "version": "0.2.0", "description": "Instantly converts an image to its Base64 string value and copies it to the clipboard.", "permissions": [ "contextMenus", "clipboardWrite", "http:\/\/*\/*", "https:\/\/*\/*", "notifications" ], "icons": { "128": "icon.png" }, "background": { "scripts": [ "main.js" ] }, "manifest_version": 2 } |