このはモードPlus!

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

Cos'è このはモードPlus!?

このはモードPlus! è un'estensione di Chrome sviluppata da SAITO Hironobu, e la sua funzione principale è "VPSサービス「ConoHa」のコントロールパネルの背景を変更することができるプラグインです。 「アカウント設定」->「モード設定」を「このはモード」にしてお楽しみください!…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione このはモードPlus!

Scarica i file di estensione このはモードPlus! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

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

Informazioni di Base sull'Estensione

Nome このはモードPlus! このはモードPlus!
ID nehkcogkidnjgldmgpijfajajnhokipe
URL Ufficiale 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
Descrizione VPSサービス「ConoHa」のコントロールパネルの背景を変更することができるプラグインです。 「アカウント設定」->「モード設定」を「このはモード」にしてお楽しみください!…
Dimensione del File 109 KB
Conteggio Installazioni 50
Versione Corrente 1.9
Ultimo Aggiornamento 2019-07-10
Data di Pubblicazione 2019-07-10
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore SAITO Hironobu
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.conoha.jp/
URL della Pagina della Politica sulla Privacy https://annoreader.com/en/terms
Lingue Supportate 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
    }
}