From 6835319b053ae646597ade159c6232e9ea747e96 Mon Sep 17 00:00:00 2001 From: Josh L <31683291+JoshALogs@users.noreply.github.com> Date: Mon, 8 May 2023 18:58:36 -0700 Subject: [PATCH] Update README.md Updated readme. --- README.md | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7f47150..7179d14 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,7 @@ A browser extension to quickly navigate to ArcGIS REST API administration operat 1. This extension has been successfully tested on ArcGIS Online (AGOL) 11.0.0 and ArcGIS Enterprise Portal 10.8. -2. This extension has been successfully tested in Chrome 113.0.5672.93 and Firefox 112.0.2. - -3. Newer versions of AGOL and Portal may have a different interface when opening the REST URL. To ensure this extension works, be sure to open the item's REST URL in a new tab. The URL must look something like this to work: `https://services.myserver.com/OrgID/ArcGIS/rest/services/example/FeatureServer/0`. +2. Newer versions of AGOL and Portal may have a different interface when opening the REST URL. To ensure this extension works, be sure to open the item's REST URL in a new tab. The URL must look something like this to work: `https://services.myserver.com/OrgID/ArcGIS/rest/services/example/FeatureServer/0`. ## How to use @@ -27,6 +25,26 @@ A browser extension to quickly navigate to ArcGIS REST API administration operat 5. Click the "Execute Operation" button. 6. The operation's webpage will open in a new tab. +![how_to_use](https://user-images.githubusercontent.com/31683291/236974747-ce4f110b-99d5-4fdb-80cc-bdf4385bf373.gif) + +## Manual Installation + +### Chrome + +1. Download the Chrome extension files from the [Chrome](./Chrome) directory in this repository. +2. Open the Chrome browser and navigate to `chrome://extensions`. +3. Enable "Developer mode" by toggling the switch in the top right corner of the page. +4. Click "Load unpacked" and select the folder containing the downloaded Chrome extension files. +5. The extension should now be installed and visible in your Chrome extensions list. + +### Firefox + +1. Download the Firefox extension files from the [Firefox](./Firefox) directory in this repository. +2. Open the Firefox browser and navigate to `about:debugging`. +3. Click "This Firefox" in the left sidebar. +4. Click "Load Temporary Add-on..." and select the `manifest.json` file from the downloaded Firefox extension files. +5. The extension should now be installed and visible in your Firefox extensions list. + ## Limitations - The extension currently supports ArcGIS Online and Enterprise Portal hosted services.