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. 拡張機能の基本情報
| 名前 | |
| 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'"
} | |