プロ生ちゃんモード for Conoha コントロールパネル

conoha モードの時のイラスト(一部)を差し替えます

Cos'è プロ生ちゃんモード for Conoha コントロールパネル?

プロ生ちゃんモード for Conoha コントロールパネル è un'estensione di Chrome sviluppata da https://pronama.jp, e la sua funzione principale è "conoha モードの時のイラスト(一部)を差し替えます".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione プロ生ちゃんモード for Conoha コントロールパネル

Scarica i file di estensione プロ生ちゃんモード for Conoha コントロールパネル 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

                        Conoha コントロールパネル(https://cp.conoha.jp)を美雲このはモードにしているときイラストをプロ生ちゃん(暮井 慧)に差し替えます(一部のイラストのみ対応)。

※ この拡張は CSS の追加のみ行っています。使用すると pronama.azurewebsites.net 上のプロ生ちゃん画像にアクセスが発生します。画像へのアクセス情報は記録および管理していません。

※ http://pronama.jp で記事を検索すると詳細な内容にアクセスできます。                    

Informazioni di Base sull'Estensione

Nome プロ生ちゃんモード for Conoha コントロールパネル プロ生ちゃんモード for Conoha コントロールパネル
ID ejecgghoinlgkbfeopffemogedmmgbba
URL Ufficiale 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
Descrizione conoha モードの時のイラスト(一部)を差し替えます
Dimensione del File 18.93 KB
Conteggio Installazioni 25
Versione Corrente 0.3
Ultimo Aggiornamento 2014-07-05
Data di Pubblicazione 2014-07-05
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://pronama.jp
Tipo di Pagamento free
Lingue Supportate 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"
    }
}