Convert Text

Allows you to convert text from a context menu.

什麼是Convert Text?

Convert Text是由becca.ooo開發的Chrome擴展程式,該擴展的主要功能是“Allows you to convert text from a context menu.”。

擴展截圖

screenshot

下載Convert Text擴展crx文件

下載Convert Text擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Converts case of any editable, selected text, or the entire input area if no text is selected.
Right click on the text you’d like to convert and select your preferred conversion from the ‘Convert text’ menu.                    

擴展基本資訊

名稱 Convert Text Convert Text
ID mcpglhjaahelnpjalcaeecgkjhkpokdn
官方網址 https://chromewebstore.google.com/detail/convert-text/mcpglhjaahelnpjalcaeecgkjhkpokdn
簡介 Allows you to convert text from a context menu.
檔案大小 18.15 KB
安裝次數 459
目前版本 1.1.0
更新時間 2015-05-22
上架時間 2015-05-22
評分 3.29/5 共 7 次評分
開發者 becca.ooo
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Convert Text",
    "short_name": "Convert Text",
    "version": "1.1.0",
    "author": "9999yea.rs",
    "description": "Allows you to convert text from a context menu.",
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "offline_enabled": true
}