Change Case

Convert text case to Sentence case, lower case, UPPER CASE, Capitalized Case

什么是Change Case?

Change Case是由Abhishek Satre开发的Chrome扩展程序,该扩展的主要功能是“Convert text case to Sentence case, lower case, UPPER CASE, Capitalized Case”。

扩展截图

screenshot
screenshot
screenshot

下载Change Case扩展crx文件

下载Change Case扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension provides multiple options to change the case of the text. You can convert text case to the following cases:

1. Sentence case
2. Lower case
3. Upper Case
4. Capitalized Case                    

扩展基本信息

名称 Change Case Change Case
ID okecofhlheppfglpgakbmhhohicoikcm
官方URL https://chromewebstore.google.com/detail/change-case/okecofhlheppfglpgakbmhhohicoikcm
简介 Convert text case to Sentence case, lower case, UPPER CASE, Capitalized Case
文件大小 53.23 KB
安装次数 4,850
当前版本 1
更新时间 2021-09-02
上架时间 2019-07-20
评分 4.29/5 共7次评分
开发者 Abhishek Satre
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Change Case",
    "description": "Convert text case to Sentence case, lower case, UPPER CASE, Capitalized Case",
    "version": "1",
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": []
}