CE93 Oracle Mirror
Mirror of Oracle documentation accessible from Iran
Qu'est-ce que CE93 Oracle Mirror ?
CE93 Oracle Mirror est une extension Chrome développée par ahmadali shafiee, et sa fonction principale est "Mirror of Oracle documentation accessible from Iran".
Télécharger le fichier CRX de l'extension CE93 Oracle Mirror
Téléchargez les fichiers d'extension CE93 Oracle Mirror au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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)
Informations de Base sur l'Extension
Nom | ![]() |
ID | makeedhmadbdpahagjefjdmccphlpbkb |
URL Officiel | https://chrome.google.com/webstore/detail/ce93-oracle-mirror/makeedhmadbdpahagjefjdmccphlpbkb |
Description | Mirror of Oracle documentation accessible from Iran |
Taille du Fichier | 3.25 KB |
Nombre d'Installations | 24 |
Version Actuelle | 1.0.0.0 |
Dernière Mise à Jour | 2015-08-03 |
Date de Publication | 2015-08-03 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | ahmadali shafiee |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } } |