CE93 Oracle Mirror
Mirror of Oracle documentation accessible from Iran
CE93 Oracle Mirror là gì?
CE93 Oracle Mirror là một tiện ích mở rộng Chrome được phát triển bởi ahmadali shafiee, và tính năng chính của nó là "Mirror of Oracle documentation accessible from Iran".
Tải xuống tệp CRX của tiện ích mở rộng CE93 Oracle Mirror
Tải xuống các tệp mở rộng CE93 Oracle Mirror dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ![]() |
ID | makeedhmadbdpahagjefjdmccphlpbkb |
URL Chính Thức | https://chrome.google.com/webstore/detail/ce93-oracle-mirror/makeedhmadbdpahagjefjdmccphlpbkb |
Mô tả | Mirror of Oracle documentation accessible from Iran |
Kích Thước Tệp | 3.25 KB |
Số Lần Cài Đặt | 24 |
Phiên Bản Hiện Tại | 1.0.0.0 |
Cập Nhật Lần Cuối | 2015-08-03 |
Ngày Phát Hành | 2015-08-03 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | ahmadali shafiee |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |