Indent by Tab Key
Insert space indent on pushing tab key
什么是Indent by Tab Key?
Indent by Tab Key是由eduidl开发的Chrome扩展程序,该扩展的主要功能是“Insert space indent on pushing tab key”。
下载Indent by Tab Key扩展crx文件
下载Indent by Tab Key扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Tabでインデントの挿入およびShift + Tabでインデントの削除が行えるようにするChrome拡張です。 現在、GitHubとQiitaでのみ動きます。
扩展基本信息
名称 | ![]() |
ID | keokpaahghbmjbllhgoilmoihaapgjki |
官方URL | https://chrome.google.com/webstore/detail/indent-by-tab-key/keokpaahghbmjbllhgoilmoihaapgjki |
简介 | Insert space indent on pushing tab key |
文件大小 | 4.63 KB |
安装次数 | 45 |
当前版本 | 1.0 |
更新时间 | 2018-02-16 |
上架时间 | 2018-02-16 |
评分 | 5.00/5 共1次评分 |
开发者 | eduidl |
付费类型 | free |
支持的语言 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Indent by Tab Key", "description": "Insert space indent on pushing tab key", "version": "1.0", "content_scripts": [ { "matches": [ "https:\/\/github.com\/*", "https:\/\/qiita.com\/*" ], "js": [ "js\/content_script.js" ] } ], "browser_action": { "default_title": "Indent by Tab Key" } } |