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