Updated TB styles
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
*.xpi
|
||||
.DS_Store
|
||||
xpisign.py
|
||||
|
3
build.sh
@ -22,3 +22,6 @@ mv $filename.xpi ../
|
||||
cd ..
|
||||
rm -rf build
|
||||
|
||||
# git clone https://github.com/nmaier/xpisign.py.git
|
||||
# add this for cert signing
|
||||
# python xpisign.py -k cert.pem mailhops.xpi mailhops.signed.xpi
|
||||
|
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 6.3 KiB |
Before Width: | Height: | Size: 804 B |
Before Width: | Height: | Size: 512 B |
Before Width: | Height: | Size: 685 B |
@ -8,7 +8,7 @@ var mailHops =
|
||||
{
|
||||
msgURI: null
|
||||
, isLoaded: false
|
||||
, options: {'version':'MailHops Plugin 1.0.8','lan':'en','unit':'mi','api_url':'https://api.mailhops.com','debug':false}
|
||||
, options: {'version':'MailHops Plugin 1.0.9','lan':'en','unit':'mi','api_url':'https://api.mailhops.com','debug':false}
|
||||
, message: { secure:[] }
|
||||
, client_location: null
|
||||
};
|
||||
|
@ -201,6 +201,10 @@ var mailHopsDisplay =
|
||||
first = response.route[i];
|
||||
if(!!response.route[i].countryCode)
|
||||
image='chrome://mailhops/content/images/flags/'+response.route[i].countryCode.toLowerCase()+'.png';
|
||||
if(response.route[i].city)
|
||||
this.resultText.setAttribute('tooltiptext','From '+response.route[i].city+', '+response.route[i].state);
|
||||
else
|
||||
this.resultText.setAttribute('tooltiptext','From '+response.route[i].countryName);
|
||||
}
|
||||
|
||||
var menuitem = document.createElement('menuitem');
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
<rows id="expandedHeader2Rows">
|
||||
<row id="mailhopsBox" collapsed="false">
|
||||
<label id="mailhopsLabel" value="Route " class="headerName"></label>
|
||||
<label id="mailhopsLabel" value="MailHops Route " class="headerName"></label>
|
||||
<hbox id="mailhopsResult" flex="1">
|
||||
<label id="mailhopsResultText"></label>
|
||||
<label id="mailhopsResultWeather"></label>
|
||||
@ -38,7 +38,6 @@
|
||||
<label id="mailhopsDataPaneDNSBL" class="text-link auth-item" value="" tooltiptext="DNSBL"></label>
|
||||
|
||||
</hbox>
|
||||
|
||||
</row>
|
||||
</rows>
|
||||
|
||||
|
@ -26,3 +26,7 @@ tab {
|
||||
padding: 5px;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
#mailhopsResult label {
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
@ -5,10 +5,10 @@
|
||||
<Description about="urn:mozilla:install-manifest">
|
||||
<em:type>2</em:type>
|
||||
<em:id>thunderbird@mailhops.com</em:id>
|
||||
<em:version>1.0.8</em:version>
|
||||
<em:version>1.0.9</em:version>
|
||||
|
||||
<em:name>MailHops</em:name>
|
||||
<em:description>MailHops maps the route an email traveled to get to you. Using GeoIP it also displays distance traveled along with the location (city, state and country) of the sender.</em:description>
|
||||
<em:description>MailHops maps the route an email took to get to you. Displaying the senders location, weather, user-agent and authentication used.</em:description>
|
||||
<em:iconURL>chrome://mailhops/content/images/mailhops32.png</em:iconURL>
|
||||
<em:homepageURL>https://www.mailhops.com</em:homepageURL>
|
||||
<em:creator>Andrew Van Tassel</em:creator>
|
||||
@ -29,7 +29,7 @@
|
||||
<Description>
|
||||
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
|
||||
<em:minVersion>3.0.*</em:minVersion>
|
||||
<em:maxVersion>45.*</em:maxVersion>
|
||||
<em:maxVersion>47.*</em:maxVersion>
|
||||
</Description>
|
||||
</em:targetApplication>
|
||||
|
||||
|