Text to Image
This extension replaces text urls that link to images with the actual images inline.
Text to Image क्या है?
Text to Image https://www.resolutedreamer.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension replaces text urls that link to images with the actual images inline."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Text to Image एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Version 1.1.1: Fixed bug where all text in an element would get overwritten instead of only the url for the image. Added a line break before the image for readability. Removed debug messages from console. Version 1.0: Basic functionality
एक्सटेंशन की मूल जानकारी
नाम | Text to Image |
ID | lpjgbeojljepdicbkcblehdglogbceck |
आधिकारिक URL | https://chromewebstore.google.com/detail/text-to-image/lpjgbeojljepdicbkcblehdglogbceck |
विवरण | This extension replaces text urls that link to images with the actual images inline. |
फ़ाइल का आकार | 3.75 KB |
स्थापना संख्या | 40 |
वर्तमान संस्करण | 1.1.1 |
अंतिम अपडेट | 2016-08-25 |
प्रकाशन तिथि | 2016-08-25 |
रेटिंग | 4.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://www.resolutedreamer.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Text to Image", "description": "This extension replaces text urls that link to images with the actual images inline.", "version": "1.1.1", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |