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)                    

拡張機能の基本情報

名前 CE93 Oracle Mirror CE93 Oracle Mirror
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"
        ]
    }
}