CE93 Oracle Mirror
Mirror of Oracle documentation accessible from Iran
What is CE93 Oracle Mirror?
CE93 Oracle Mirror is a Chrome extension developed by ahmadali shafiee, and its main feature is "Mirror of Oracle documentation accessible from Iran".
Download CE93 Oracle Mirror Extension CRX File
Download CE93 Oracle Mirror 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
This extension mirrors docs.oracle.com to another URL in order to make it accessible from Iran. Server is programmed by alex-mercer (https://github.com/alex-mercer)
Extension Basic Information
Name | ![]() |
ID | makeedhmadbdpahagjefjdmccphlpbkb |
Official URL | https://chrome.google.com/webstore/detail/ce93-oracle-mirror/makeedhmadbdpahagjefjdmccphlpbkb |
Description | Mirror of Oracle documentation accessible from Iran |
File Size | 3.25 KB |
Installation Count | 24 |
Current Version | 1.0.0.0 |
Last Updated | 2015-08-03 |
Publish Date | 2015-08-03 |
Rating | 5.00/5 Total 1 Ratings |
Developer | ahmadali shafiee |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CE93 Oracle Mirror", "version": "1.0.0.0", "manifest_version": 2, "author": "alex-mercer and ahmadali shafiee", "short_name": "CE93Oracle", "description": "Mirror of Oracle documentation accessible from Iran", "permissions": [ "webRequest", "*:\/\/docs.oracle.com\/", "webRequestBlocking" ], "background": { "scripts": [ "background.js" ] } } |