CE93 Oracle Mirror

Mirror of Oracle documentation accessible from Iran

Cos'è CE93 Oracle Mirror?

CE93 Oracle Mirror è un'estensione di Chrome sviluppata da ahmadali shafiee, e la sua funzione principale è "Mirror of Oracle documentation accessible from Iran".

Scarica il file CRX dell'estensione CE93 Oracle Mirror

Scarica i file di estensione CE93 Oracle Mirror in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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)                    

Informazioni di Base sull'Estensione

Nome CE93 Oracle Mirror CE93 Oracle Mirror
ID makeedhmadbdpahagjefjdmccphlpbkb
URL Ufficiale https://chrome.google.com/webstore/detail/ce93-oracle-mirror/makeedhmadbdpahagjefjdmccphlpbkb
Descrizione Mirror of Oracle documentation accessible from Iran
Dimensione del File 3.25 KB
Conteggio Installazioni 24
Versione Corrente 1.0.0.0
Ultimo Aggiornamento 2015-08-03
Data di Pubblicazione 2015-08-03
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore ahmadali shafiee
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}