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.

What is My Java Zone Extension?

My Java Zone Extension is a Chrome extension developed by https://www.myjavazone.com, and its main feature is "My Java Zone is a blog where you will find hundreds of projects, examples, explanations about using the Java programming language.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download My Java Zone Extension Extension CRX File

Download My Java Zone Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name My Java Zone Extension My Java Zone Extension
ID kngneeakgdidggilaidebghjjkbkglkb
Official URL https://chromewebstore.google.com/detail/my-java-zone-extension/kngneeakgdidggilaidebghjjkbkglkb
Description My Java Zone is a blog where you will find hundreds of projects, examples, explanations about using the Java programming language.
File Size 674 KB
Installation Count 6,000
Current Version 1.0.0
Last Updated 2013-09-20
Publish Date 2013-09-20
Rating 3.68/5 Total 28 Ratings
Developer https://www.myjavazone.com
Payment Type free
Extension Website http://www.myjavazone.com
Help Page URL http://www.myjavazone.com
Supported Languages 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'"
}