more plugin category tweaks
This commit is contained in:
parent
3abca8720c
commit
c2eedbfefa
@ -1,6 +1,7 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @id iitc-plugin-compute-ap-stats@Hollow011
|
// @id iitc-plugin-compute-ap-stats@Hollow011
|
||||||
// @name IITC plugin: Compute AP statistics
|
// @name IITC plugin: Compute AP statistics
|
||||||
|
// @category Info
|
||||||
// @version 0.3.0.@@DATETIMEVERSION@@
|
// @version 0.3.0.@@DATETIMEVERSION@@
|
||||||
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion
|
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion
|
||||||
// @updateURL @@UPDATEURL@@
|
// @updateURL @@UPDATEURL@@
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @id iitc-plugin-ipas-link@graphracer
|
// @id iitc-plugin-ipas-link@graphracer
|
||||||
// @name IITC Plugin: simulate an attack on portal
|
// @name IITC Plugin: simulate an attack on portal
|
||||||
|
// @category Portal Info
|
||||||
// @version 0.2.0.@@DATETIMEVERSION@@
|
// @version 0.2.0.@@DATETIMEVERSION@@
|
||||||
// @namespace https://github.com/xosofox/IPAS
|
// @namespace https://github.com/xosofox/IPAS
|
||||||
// @updateURL @@UPDATEURL@@
|
// @updateURL @@UPDATEURL@@
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
// @version 0.3.1.@@DATETIMEVERSION@@
|
// @version 0.3.1.@@DATETIMEVERSION@@
|
||||||
// @updateURL @@UPDATEURL@@
|
// @updateURL @@UPDATEURL@@
|
||||||
// @downloadURL @@DOWNLOADURL@@
|
// @downloadURL @@DOWNLOADURL@@
|
||||||
// @description [@@BUILDNAME@@-@@BUILDDATE@@] Calculates how to link the portals to create the maximum number of fields.
|
// @description [@@BUILDNAME@@-@@BUILDDATE@@] Calculates how to link the portals to create the maximum number of fields. Enable from the layer chooser.
|
||||||
// @include https://www.ingress.com/intel*
|
// @include https://www.ingress.com/intel*
|
||||||
// @include http://www.ingress.com/intel*
|
// @include http://www.ingress.com/intel*
|
||||||
// @match https://www.ingress.com/intel*
|
// @match https://www.ingress.com/intel*
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @id iitc-plugin-reso-energy-pct-in-portal-detail@xelio
|
// @id iitc-plugin-reso-energy-pct-in-portal-detail@xelio
|
||||||
// @name IITC plugin: reso energy pct in portal detail
|
// @name IITC plugin: reso energy pct in portal detail
|
||||||
// @category Info
|
// @category Portal Info
|
||||||
// @version 0.1.2.@@DATETIMEVERSION@@
|
// @version 0.1.2.@@DATETIMEVERSION@@
|
||||||
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion
|
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion
|
||||||
// @updateURL @@UPDATEURL@@
|
// @updateURL @@UPDATEURL@@
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @id iitc-plugin-show-address@vita10gy
|
// @id iitc-plugin-show-address@vita10gy
|
||||||
// @name IITC plugin: show portal address in sidebar
|
// @name IITC plugin: show portal address in sidebar
|
||||||
// @category Info
|
// @category Portal Info
|
||||||
// @version 0.2.2.@@DATETIMEVERSION@@
|
// @version 0.2.2.@@DATETIMEVERSION@@
|
||||||
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion
|
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion
|
||||||
// @updateURL @@UPDATEURL@@
|
// @updateURL @@UPDATEURL@@
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @id iitc-plugin-show-linked-portals@fstopienski
|
// @id iitc-plugin-show-linked-portals@fstopienski
|
||||||
// @name IITC plugin: Show linked portals
|
// @name IITC plugin: Show linked portals
|
||||||
// @category Info
|
// @category Portal Info
|
||||||
// @version 0.0.4.@@DATETIMEVERSION@@
|
// @version 0.0.4.@@DATETIMEVERSION@@
|
||||||
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion
|
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion
|
||||||
// @updateURL @@UPDATEURL@@
|
// @updateURL @@UPDATEURL@@
|
||||||
|
@ -17,9 +17,10 @@ function iitcDesktopDownload ( $build )
|
|||||||
function iitcDesktopPluginDownloadTable ( $build )
|
function iitcDesktopPluginDownloadTable ( $build )
|
||||||
{
|
{
|
||||||
$categories = Array (
|
$categories = Array (
|
||||||
'Info' => "",
|
'Portal Info' => "Enhanced information on the selected portal",
|
||||||
'Keys' => "Key management",
|
'Info' => "Display additional information",
|
||||||
'Controls' => "Map controls",
|
'Keys' => "Manual key management",
|
||||||
|
'Controls' => "Map controls/widgets",
|
||||||
'Highlighter' => "Portal highliters",
|
'Highlighter' => "Portal highliters",
|
||||||
'Layer' => "Additional map layers",
|
'Layer' => "Additional map layers",
|
||||||
'Map Tiles' => "Alternative map layers",
|
'Map Tiles' => "Alternative map layers",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user