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.”。
扩展截图
下载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 |
ID | mcpglhjaahelnpjalcaeecgkjhkpokdn |
官方URL | 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 } |