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
官方網址 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
}