Dotlan Fatigue Calculator
This extension adds Phoebe Fatigue calculations to Dotlan's Jump Planner
What is Dotlan Fatigue Calculator?
Dotlan Fatigue Calculator is a Chrome extension developed by skyride, and its main feature is "This extension adds Phoebe Fatigue calculations to Dotlan's Jump Planner".
Extension Screenshots
Download Dotlan Fatigue Calculator Extension CRX File
Download Dotlan Fatigue Calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A small plugin which adds dynamic jump fatigue calculations to Dotlan's popular Jump Planner. If you'd like to support this extension, feel free to donate ISK to Capri Sun KraftFoods ingame. https://gate.eveonline.com/Profile/Capri%20Sun%20KraftFoods
Extension Basic Information
Name | Dotlan Fatigue Calculator |
ID | bdkcdifeijafbeiifdapccdhlicomelb |
Official URL | https://chromewebstore.google.com/detail/dotlan-fatigue-calculator/bdkcdifeijafbeiifdapccdhlicomelb |
Description | This extension adds Phoebe Fatigue calculations to Dotlan's Jump Planner |
File Size | 31.24 KB |
Installation Count | 489 |
Current Version | 1.5.1 |
Last Updated | 2020-09-03 |
Publish Date | 2018-03-21 |
Rating | 4.88/5 Total 16 Ratings |
Developer | skyride |
[email protected] | |
Payment Type | free |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dotlan Fatigue Calculator", "description": "This extension adds Phoebe Fatigue calculations to Dotlan's Jump Planner", "version": "1.5.1", "content_scripts": [ { "matches": [ "https:\/\/evemaps.dotlan.net\/jump\/*\/*" ], "css": [ "style.css" ], "js": [ "ships.js", "functions.js", "fatigue.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "96": "icon96.png", "128": "icon128.png" }, "permissions": [ "https:\/\/evemaps.dotlan.net\/" ] } |