Java.net URL rewrite
Java.net to Github.io rewrite
What is Java.net URL rewrite?
Java.net URL rewrite is a Chrome extension developed by Maarten Visscher, and its main feature is "Java.net to Github.io rewrite".
Extension Screenshots
Download Java.net URL rewrite Extension CRX File
Download Java.net URL rewrite 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
Java.net closed down recently and with that some projects that were hosted on java.net moved to github.io. This extension rewrites urls for known redirects.
Works for:
* Jersey
* HK2
Currently known/implemented redirects:
* java.net -> github.io
* hk2.java.net -> javaee.github.io/hk2 Extension Basic Information
| Name | |
| ID | paieadcjejalokeedahhelpceiceagfk |
| Official URL | https://chrome.google.com/webstore/detail/javanet-url-rewrite/paieadcjejalokeedahhelpceiceagfk |
| Description | Java.net to Github.io rewrite |
| File Size | 3.2 KB |
| Installation Count | 554 |
| Current Version | 1.2 |
| Last Updated | 2017-06-16 |
| Publish Date | 2017-06-16 |
| Rating | 5.00/5 Total 2 Ratings |
| Developer | Maarten Visscher |
| [email protected] | |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Java.net URL rewrite",
"description": "Java.net to Github.io rewrite",
"version": "1.2",
"background": {
"scripts": [
"rewrite.js"
]
},
"permissions": [
"webRequest",
"webRequestBlocking",
"*:\/\/*.java.net\/"
]
} | |