hansah - lowercase the web

lowercase everything. love. pink. polka dots.

hansah - lowercase the webとは何ですか?

hansah - lowercase the webはkyledregerによって開発されたChromeの拡張機能で、その主な機能は「lowercase everything. love. pink. polka dots.」です。

拡張機能のスクリーンショット

screenshot

hansah - lowercase the web拡張機能のCRXファイルをダウンロード

hansah - lowercase the web拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        lowercase is fun, join us!                    

拡張機能の基本情報

名前 hansah - lowercase the web hansah - lowercase the web
ID enjbmefgkgffamingnaeiojfiehhggge
公式URL https://chromewebstore.google.com/detail/hansah-lowercase-the-web/enjbmefgkgffamingnaeiojfiehhggge
説明 lowercase everything. love. pink. polka dots.
ファイルサイズ 14.28 KB
インストール数 66
現在のバージョン 1.0.0
最終更新日 2014-04-09
公開日 2014-04-09
評価 4.20/5 合計 5 レビュー
開発者 kyledreger
支払い方法 free
拡張機能のウェブサイト http://kyledreger.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "hansah - lowercase the web",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "lowercase everything. love. pink. polka dots.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "hansah.css"
            ]
        }
    ]
}