Text Convert Case

Convert case, slugify data of the selected text

什么是Text Convert Case?

Text Convert Case是由Genius Lynx开发的Chrome扩展程序,该扩展的主要功能是“Convert case, slugify data of the selected text”。

扩展截图

screenshot
screenshot

下载Text Convert Case扩展crx文件

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

扩展使用说明

                        Convert case of the selected text to uppercase, lowercase, sentence case, title case and slugify data of the selected text.

Select text on any web page, right click and select the Text Convert Case menu choose UPPERCASE, lowercase, Sentence case, Title Case, Slugify and get the result on the clipboard.                    

扩展基本信息

名称 Text Convert Case Text Convert Case
ID kledidppeblnjfclciibeaebnnlopgdm
官方URL https://chromewebstore.google.com/detail/text-convert-case/kledidppeblnjfclciibeaebnnlopgdm
简介 Convert case, slugify data of the selected text
文件大小 11.48 KB
安装次数 137
当前版本 1.0.0.0
更新时间 2021-12-10
上架时间 2021-12-09
评分 3.67/5 共3次评分
开发者 Genius Lynx
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://geniuslynx.com/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Text Convert Case",
    "version": "1.0.0.0",
    "author": "Genius Lynx",
    "description": "Convert case, slugify data of the selected text",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Text Convert Case"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "manifest_version": 2
}