no caps

makes all letters lowercase

no capsとは何ですか?

no capsはbecca.oooによって開発されたChromeの拡張機能で、その主な機能は「makes all letters lowercase」です。

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

screenshot

no caps拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        a simple extension that makes all the letters on the net lowercase, for those who don’t like feeling like they’re being yelled at or simply like the chill aesthetic.
please note that no caps will not work on images but will work on every other piece of text—this may cause problems, for which i can’t be held responsible.                    

拡張機能の基本情報

名前 no caps no caps
ID pigekgheddnmgpefkabckldhlfcipkpm
公式URL https://chromewebstore.google.com/detail/no-caps/pigekgheddnmgpefkabckldhlfcipkpm
説明 makes all letters lowercase
ファイルサイズ 6.95 KB
インストール数 204
現在のバージョン 1.1.0
最終更新日 2014-11-12
公開日 2014-11-11
評価 4.47/5 合計 36 レビュー
開発者 becca.ooo
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "no caps",
    "version": "1.1.0",
    "author": "9999yea.rs",
    "description": "makes all letters lowercase",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "css": [
                "main.css"
            ]
        }
    ],
    "permissions": [
        ""
    ],
    "offline_enabled": true
}