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" 擴展基本資訊
| 名稱 | |
| ID | lmndolppbniefhhpabjjmepcgfcibhie |
| 官方網址 | 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"
}
} | |