Notion Code Formatter
Format code blocks in Notion using Prettier. Made by notaku.so
什么是Notion Code Formatter?
Notion Code Formatter是由https://notaku.so开发的Chrome扩展程序,该扩展的主要功能是“Format code blocks in Notion using Prettier. Made by notaku.so”。
扩展截图
下载Notion Code Formatter扩展crx文件
下载Notion Code Formatter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Format your Notion code blocks white space and indentation
This extension will add a "format" button at the top of all Notion code blocks 扩展基本信息
| 名称 | |
| ID | maijefmgfbmajbpbdlpbbplggifdgmme |
| 官方URL | https://chromewebstore.google.com/detail/notion-code-formatter/maijefmgfbmajbpbdlpbbplggifdgmme |
| 简介 | Format code blocks in Notion using Prettier. Made by notaku.so |
| 文件大小 | 1.51 MB |
| 安装次数 | 131 |
| 当前版本 | 1.0.3 |
| 更新时间 | 2023-03-16 |
| 上架时间 | 2023-02-19 |
| 评分 | 3.14/5 共7次评分 |
| 开发者 | https://notaku.so |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://notaku.so |
| 帮助页面URL | https://notaku.so |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Notion Code Formatter",
"version": "1.0.3",
"description": "Format code blocks in Notion using Prettier. Made by notaku.so",
"author": "Tommaso De Rossi",
"icons": {
"128": "icon128.png"
},
"content_scripts": [
{
"js": [
"main.js"
],
"css": [
"style.css"
],
"matches": [
"https:\/\/www.notion.so\/*"
]
}
],
"web_accessible_resources": [
{
"matches": [
" | |