このはモードPlus!

VPSサービス「ConoHa」のコントロールパネルの背景を変更することができるプラグインです。 「アカウント設定」->「モード設定」を「このはモード」にしてお楽しみください!…

What is このはモードPlus!?

このはモードPlus! is a Chrome extension developed by SAITO Hironobu, and its main feature is "VPSサービス「ConoHa」のコントロールパネルの背景を変更することができるプラグインです。 「アカウント設定」->「モード設定」を「このはモード」にしてお楽しみください!…".

Extension Screenshots

screenshot

Download このはモードPlus! Extension CRX File

Download このはモードPlus! 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

                        VPSサービス「ConoHa」のコントロールパネルの背景を変更することができるプラグインです。

「アカウント設定」->「モード設定」を「このはモード」にしてお楽しみください!

※ページ内のスタイル(background-image)を変更することで背景画像を変更しています
※画像ファイルにはオフィシャルサイトの conoha.mikumo.com で公開されているものを利用しています
※ソースコードは https://github.com/hironobu-s/conoha-mode-plus で公開しています                    

Extension Basic Information

Name このはモードPlus! このはモードPlus!
ID nehkcogkidnjgldmgpijfajajnhokipe
Official URL https://chrome.google.com/webstore/detail/%E3%81%93%E3%81%AE%E3%81%AF%E3%83%A2%E3%83%BC%E3%83%89plus/nehkcogkidnjgldmgpijfajajnhokipe
Description VPSサービス「ConoHa」のコントロールパネルの背景を変更することができるプラグインです。 「アカウント設定」->「モード設定」を「このはモード」にしてお楽しみください!…
File Size 109 KB
Installation Count 50
Current Version 1.9
Last Updated 2019-07-10
Publish Date 2019-07-10
Rating 5.00/5 Total 3 Ratings
Developer SAITO Hironobu
Email [email protected]
Payment Type free
Extension Website https://www.conoha.jp/
Privacy Policy Page URL https://annoreader.com/en/terms
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u3053\u306e\u306f\u30e2\u30fc\u30c9Plus!",
    "version": "1.9",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "page_action": {
        "default_title": "\u3053\u306e\u306f\u30e2\u30fc\u30c9Plus!",
        "default_popup": "popup.html",
        "default_icon": "popup.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/manage.conoha.jp\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}