Indent TextArea
Enables indent on textarea from context menu.
什么是Indent TextArea?
Indent TextArea是由civic开发的Chrome扩展程序,该扩展的主要功能是“Enables indent on textarea from context menu.”。
扩展截图
下载Indent TextArea扩展crx文件
下载Indent TextArea扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Enables indent on textarea from context menu. 1. select text on a textarea. 2. show cotext menu. 3. select "indent textarea" > "indent 4spaces"
扩展基本信息
名称 | Indent TextArea |
ID | lmndolppbniefhhpabjjmepcgfcibhie |
官方URL | https://chromewebstore.google.com/detail/indent-textarea/lmndolppbniefhhpabjjmepcgfcibhie |
简介 | Enables indent on textarea from context menu. |
文件大小 | 19.8 KB |
安装次数 | 35 |
当前版本 | 1.0.2 |
更新时间 | 2018-10-25 |
上架时间 | 2018-10-24 |
开发者 | civic |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_shortName__", "description": "__MSG_extDesc__", "version": "1.0.2", "default_locale": "en", "permissions": [ "contextMenus", "tabs", "activeTab", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "persistent": false, "scripts": [ "background.js" ] }, "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" } } |