File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33A collection of amazing plugins made by community.
44
5- There are now 128 plugins from 42 authors in the collection.
5+ There are now 129 plugins from 42 authors in the collection.
66
77> Note: You must install IITC-CE on your [ desktop] ( https://iitc.app/download_desktop )
88 or [ mobile device] ( https://iitc.app/download_mobile ) to use IITC plugins.
@@ -868,6 +868,20 @@ View a Glympse tag directly on the Intel map.
868868
869869
870870
871+ ### [ Herringbone Planner] ( https://raw.githubusercontent.com/IITC-CE/Community-plugins/master/dist/Tarsi210/herringbone-planner.user.js ) by Tarsi210
872+
873+
874+
875+
876+
877+ Finds and draws an optimal visible-portal spine for herringbone multilayer planning, with CSV export.
878+
879+ * [ Homepage] ( https://github.com/Tarsi210/iitc-herringbone-planner ) * |
880+ * [ Issue tracker] ( https://github.com/Tarsi210/iitc-herringbone-planner/issues ) * |
881+ * Version:* 0.4.4
882+
883+
884+
871885### [ imageOverlay] ( https://raw.githubusercontent.com/IITC-CE/Community-plugins/master/dist/DanielOnDiordna/imageOverlay.user.js ) by DanielOnDiordna
872886
873887
Original file line number Diff line number Diff line change 1+ // ==UserScript==
2+ // @author Tarsi210
3+ // @id herringbone-planner@Tarsi210
4+ // @name Herringbone Planner
5+ // @category Layer
6+ // @version 0.4.4
7+ // @description Finds and draws an optimal visible-portal spine for herringbone multilayer planning, with CSV export.
8+ // @downloadURL https://raw.githubusercontent.com/IITC-CE/Community-plugins/master/dist/Tarsi210/herringbone-planner.user.js
9+ // @updateURL https://raw.githubusercontent.com/IITC-CE/Community-plugins/master/dist/Tarsi210/herringbone-planner.meta.js
10+ // @homepageURL https://github.com/Tarsi210/iitc-herringbone-planner
11+ // @issueTracker https://github.com/Tarsi210/iitc-herringbone-planner/issues
12+ // @include http://intel.ingress.com/*
13+ // @include https://intel.ingress.com/*
14+ // @include http://intel-x.ingress.com/*
15+ // @include https://intel-x.ingress.com/*
16+ // @include http://www.ingress.com/intel*
17+ // @include https://www.ingress.com/intel*
18+ // @match http://intel.ingress.com/*
19+ // @match https://intel.ingress.com/*
20+ // @match http://intel-x.ingress.com/*
21+ // @match https://intel-x.ingress.com/*
22+ // @match http://www.ingress.com/intel*
23+ // @match https://www.ingress.com/intel*
24+ // @grant unsafeWindow
25+ // ==/UserScript==
You can’t perform that action at this time.
0 commit comments