プロ生ちゃんモード for Conoha コントロールパネル
conoha モードの時のイラスト(一部)を差し替えます
What is プロ生ちゃんモード for Conoha コントロールパネル?
プロ生ちゃんモード for Conoha コントロールパネル is a Chrome extension developed by https://pronama.jp, and its main feature is "conoha モードの時のイラスト(一部)を差し替えます".
Extension Screenshots
Download プロ生ちゃんモード for Conoha コントロールパネル Extension CRX File
Download プロ生ちゃんモード for Conoha コントロールパネル 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
Conoha コントロールパネル(https://cp.conoha.jp)を美雲このはモードにしているときイラストをプロ生ちゃん(暮井 慧)に差し替えます(一部のイラストのみ対応)。 ※ この拡張は CSS の追加のみ行っています。使用すると pronama.azurewebsites.net 上のプロ生ちゃん画像にアクセスが発生します。画像へのアクセス情報は記録および管理していません。 ※ http://pronama.jp で記事を検索すると詳細な内容にアクセスできます。
Extension Basic Information
Name | プロ生ちゃんモード for Conoha コントロールパネル |
ID | ejecgghoinlgkbfeopffemogedmmgbba |
Official URL | https://chromewebstore.google.com/detail/%E3%83%97%E3%83%AD%E7%94%9F%E3%81%A1%E3%82%83%E3%82%93%E3%83%A2%E3%83%BC%E3%83%89-for-conoha-%E3%82%B3%E3%83%B3%E3%83%88%E3%83%AD/ejecgghoinlgkbfeopffemogedmmgbba |
Description | conoha モードの時のイラスト(一部)を差し替えます |
File Size | 18.93 KB |
Installation Count | 25 |
Current Version | 0.3 |
Last Updated | 2014-07-05 |
Publish Date | 2014-07-05 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://pronama.jp |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u30d7\u30ed\u751f\u3061\u3083\u3093\u30e2\u30fc\u30c9 for Conoha \u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u30d1\u30cd\u30eb", "version": "0.3", "manifest_version": 2, "description": "conoha \u30e2\u30fc\u30c9\u306e\u6642\u306e\u30a4\u30e9\u30b9\u30c8\uff08\u4e00\u90e8\uff09\u3092\u5dee\u3057\u66ff\u3048\u307e\u3059", "web_accessible_resources": [ "style.css" ], "content_scripts": [ { "matches": [ "https:\/\/cp.conoha.jp\/*" ], "css": [ "style.css" ], "run_at": "document_start" } ], "icons": { "128": "icon.png" } } |