My Java Zone Extension

My Java Zone is a blog where you will find hundreds of projects, examples, explanations about using the Java programming language.

My Java Zone Extension là gì?

My Java Zone Extension là một tiện ích mở rộng Chrome được phát triển bởi https://www.myjavazone.com, và tính năng chính của nó là "My Java Zone is a blog where you will find hundreds of projects, examples, explanations about using the Java programming language.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng My Java Zone Extension

Tải xuống các tệp mở rộng My Java Zone Extension 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

                        Extension para chrome de My Java Zone, donde se podra acceder rapidamente a las ultimas entradas realizadas.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên My Java Zone Extension My Java Zone Extension
ID kngneeakgdidggilaidebghjjkbkglkb
URL Chính Thức https://chromewebstore.google.com/detail/my-java-zone-extension/kngneeakgdidggilaidebghjjkbkglkb
Mô tả My Java Zone is a blog where you will find hundreds of projects, examples, explanations about using the Java programming language.
Kích Thước Tệp 674 KB
Số Lần Cài Đặt 6,000
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2013-09-20
Ngày Phát Hành 2013-09-20
Đánh Giá 3.68/5 Tổng số 28 Đánh Giá
Nhà Phát Triển https://www.myjavazone.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.myjavazone.com
URL Trang Trợ Giúp http://www.myjavazone.com
Ngôn Ngữ Được Hỗ Trợ en,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_nombre__",
    "description": "__MSG_descripcion__",
    "version": "1.0.0",
    "manifest_version": 2,
    "default_locale": "es",
    "icons": {
        "16": "iconoMJZ16.png",
        "48": "iconoMJZ48.png",
        "128": "iconoMJZ128.png"
    },
    "permissions": [
        "http:\/\/www.myjavazone.com\/feeds\/posts\/default?alt=rss",
        "http:\/\/*.blogspot.com\/*"
    ],
    "browser_action": {
        "default_icon": "iconoMJZ19.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}