DHS Links
Navigating the school's website has become a little easier
What is DHS Links?
DHS Links is a Chrome extension developed by Nick H, and its main feature is "Navigating the school's website has become a little easier".
Extension Screenshots
Download DHS Links Extension CRX File
Download DHS Links 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
Links don't have to open new windows without normal browser functionality. This extension forces the school's website to act normally.
Extension Basic Information
Name | DHS Links |
ID | jilepfpicnpcbdojcnffjmlikpcijjji |
Official URL | https://chromewebstore.google.com/detail/dhs-links/jilepfpicnpcbdojcnffjmlikpcijjji |
Description | Navigating the school's website has become a little easier |
File Size | 27.07 KB |
Installation Count | 13 |
Current Version | 1.1 |
Last Updated | 2014-08-04 |
Publish Date | 2014-08-04 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Nick H |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DHS Links", "short_name": "DHS Links", "description": "Navigating the school's website has become a little easier", "version": "1.1", "browser_action": { "default_icon": "icon48.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.darienps.org\/dhs\/cms\/*" ], "js": [ "makeNormalLinks.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |