CE93 Oracle Mirror
Mirror of Oracle documentation accessible from Iran
什么是CE93 Oracle Mirror?
CE93 Oracle Mirror是由ahmadali shafiee开发的Chrome扩展程序,该扩展的主要功能是“Mirror of Oracle documentation accessible from Iran”。
下载CE93 Oracle Mirror扩展crx文件
下载CE93 Oracle Mirror扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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)
扩展基本信息
名称 | ![]() |
ID | makeedhmadbdpahagjefjdmccphlpbkb |
官方URL | https://chrome.google.com/webstore/detail/ce93-oracle-mirror/makeedhmadbdpahagjefjdmccphlpbkb |
简介 | Mirror of Oracle documentation accessible from Iran |
文件大小 | 3.25 KB |
安装次数 | 24 |
当前版本 | 1.0.0.0 |
更新时间 | 2015-08-03 |
上架时间 | 2015-08-03 |
评分 | 5.00/5 共1次评分 |
开发者 | ahmadali shafiee |
付费类型 | free |
支持的语言 | 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" ] } } |