Send
Close Add comments:
(status displays here)
Got it! This site "samuelsnyder.org" uses cookies. You consent to this by clicking on "Got it!" or by continuing to use this website. Note: This appears on each machine/browser from which this site is accessed.
rmsExt4
1. rmsExt4
This is a Chrome extension called
rmsExt4.
The project is in "D:\D\rmsExt4.CEX".
The manifest file is "D:\D\rmsExt4.CEX\manifest.json".
2. CSS for popup.css
Here is the CSS in popup.cs.
(omitted)
3. JavaScript for popup.js
Here is the JavaScript for the addin.
4. JavaScript for content.js
Here is the JavaScript for the content actions for the addin.
5. JavaScript for background.js
If a background page is defined, then the extensions page can be used to open the debug window and inspect the background console, etc.
6. JavaScript
Here is the JavaScript for the background actions for the addin.
7. HTML in popup.htm
Here is the HTML for the addin.
8. Manifest file
Here is the contents of the manifest.json file.
9. Extension icon
10. Install it
To install the extension in Chrome, do the following.
Go to the following URL (Uniform Resource Locator) in Chrome: chrome://extensions.
Turn on "Developer mode".
Click on "Load unpacked".
Find the path "D:\D\rmsExt4.CEX" and select "OK".
If there are errors loading the extension, find and fix them.
... more to be added ...
11. See it
To "
pin" the extension to the extensions toolbar, do the following.
Click the extensions icon in the extensions toolbar (looks like a puzzle piece). This displays a list of extensions.
Find the desired extension.
Click on the "pin" icon.
12. Keyboard extension
One way to assign a shortcut key to an extension is the following.
Go to the following URL in Chrome: chrome://extensions.
In the upper-left select the three horizontal bars to the left of "Extensions".
Select the "pen" icon to the right of the desired extension.
Type the desired keyboard shortcut in the "Activate the extension" text box.
13. End of page