Inline Mantis Images chrome extension

Version: 1.3
Inline Mantis Images
Include links to images in page as images
4.88 Based on 8 user rates

What is Inline Mantis Images?

Inline Mantis Images is a documentation extension for chrome. it's a free extension , it has 249 active users since released its first version, it earns an average rating of 4.88 from 8 rated user, last update is 2442 days ago.


What’s new in version 1.3?

                Inline Mantis Images

The Mantis system attaches file as 
http://*/mantis/file_download.php?file_id=55882&type=bug
with a name "xyz.gif"

This extension inlines the attached images to see them directly and need not to click on each image.

Your URL needs to match
 "http://*/*"
or
 "<all_urls>"

Version History:
1.2: Match all_urls (as our system changed to from http://.../mantis to http://mantis.domain.com/
1.1: Detect images case insensitive.

Here is the JavaScript source:
for ( var i = 0; i < document.links.length; ++i) {
	myHref = document.links[i].href;

	linkText = document.links[i].firstChild.data;
	if (linkText != null) {
		linkText = linkText.toLowerCase();
		if (linkText.indexOf(".gif") >= 0 || linkText.indexOf(".png") >= 0
				|| linkText.indexOf(".jpeg") >= 0
				|| linkText.indexOf(".jpg") >= 0
				|| linkText.indexOf(".bmp") >= 0)

		{
			var myIMG = document.createElement("img");
			myIMG.src = document.links[i].href;
			myIMG.alt = linkText;
			myIMG.title = linkText;
			document.links[i].appendChild(document.createElement("br"));
			document.links[i].appendChild(myIMG);
			document.links[i].appendChild(document.createElement("br"));
		}
	}
}            

How to install Inline Mantis Images?

You could download the latest version crx file or older version files and install it.


Preview of Inline Mantis Images


Technical Features:

  • Latest Version: 1.3
  • Requirements: Windows Chrome, Mac Chrome
  • License: Free
  • Latest update: Tuesday, August 29th, 2017
  • Author: [email protected]

Inline Mantis Images Available languages:

English.


FAQ


Reviews of inline mantis images:


Amaury Guimarães (MeninoBambinoGaroto) June 4th, 2022
Amaury Guimarães (MeninoBambinoGaroto)

Works exactly how I hoped it would. Perfect!


Arkadiusz Dąbkowski March 1st, 2013
Arkadiusz Dąbkowski

OK.


A Google User December 17th, 2012
A Google User

this is awesome! (tooo jeeeszt boszkiee!)

Read more review & comments of inline mantis images