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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Format your Notion code blocks white space and indentation This extension will add a "format" button at the top of all Notion code blocks
확장 프로그램 기본 정보
이름 | Notion Code Formatter |
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": [ " |