Text to Image
This extension replaces text urls that link to images with the actual images inline.
Hvad er Text to Image?
Text to Image er en Chrome-udvidelse udviklet af https://www.resolutedreamer.com, og dens hovedfunktion er "This extension replaces text urls that link to images with the actual images inline.".
Udvidelsesskærmbilleder
Download Text to Image-udvidelses-CRX-fil
Download Text to Image-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Text to Image |
ID | lpjgbeojljepdicbkcblehdglogbceck |
Officiel URL | https://chromewebstore.google.com/detail/text-to-image/lpjgbeojljepdicbkcblehdglogbceck |
Beskrivelse | This extension replaces text urls that link to images with the actual images inline. |
Filstørrelse | 3.75 KB |
Antal Installationer | 40 |
Nuværende Version | 1.1.1 |
Senest Opdateret | 2016-08-25 |
Udgivelsesdato | 2016-08-25 |
Bedømmelse | 4.00/5 Samlet 2 Bedømmelser |
Udvikler | https://www.resolutedreamer.com |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } ] } |