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?
My Java Zone Extension是由https://www.myjavazone.com开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载My Java Zone Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extension para chrome de My Java Zone, donde se podra acceder rapidamente a las ultimas entradas realizadas.
扩展基本信息
名称 | My Java Zone Extension |
ID | kngneeakgdidggilaidebghjjkbkglkb |
官方URL | https://chromewebstore.google.com/detail/my-java-zone-extension/kngneeakgdidggilaidebghjjkbkglkb |
简介 | My Java Zone is a blog where you will find hundreds of projects, examples, explanations about using the Java programming language. |
文件大小 | 674 KB |
安装次数 | 6,000 |
当前版本 | 1.0.0 |
更新时间 | 2013-09-20 |
上架时间 | 2013-09-20 |
评分 | 3.68/5 共28次评分 |
开发者 | https://www.myjavazone.com |
付费类型 | free |
扩展官网 | http://www.myjavazone.com |
帮助页面URL | http://www.myjavazone.com |
支持的语言 | 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'" } |