引用文 Maker
貼り付けた文章の先頭に「> 」をつけるよ!
引用文 Maker란 무엇입니까?
引用文 Maker은(는) ikezoe-t에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "貼り付けた文章の先頭に「> 」をつけるよ!"입니다.
확장 프로그램 스크린샷
引用文 Maker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
入力したテキストの行頭に「>」マークを付けたテキストを表示してくれます。 メーラーやウェブサイトにあるような返信機能をイメージしていただけるとわかりやすいかと思います。 こういった返信機能がないサービスや、一部の文章だけ引用符付けたいときなどにご利用ください。
확장 프로그램 기본 정보
이름 | 引用文 Maker |
ID | aldegdikahllaokkoleebglfonidpcfl |
공식 URL | https://chromewebstore.google.com/detail/%E5%BC%95%E7%94%A8%E6%96%87-maker/aldegdikahllaokkoleebglfonidpcfl |
설명 | 貼り付けた文章の先頭に「> 」をつけるよ! |
파일 크기 | 54.63 KB |
설치 횟수 | 55 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2023-02-05 |
출시 날짜 | 2017-04-03 |
개발자 | ikezoe-t |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u5f15\u7528\u6587 Maker", "version": "1.0.1", "manifest_version": 2, "description": "\u8cbc\u308a\u4ed8\u3051\u305f\u6587\u7ae0\u306e\u5148\u982d\u306b\u300c> \u300d\u3092\u3064\u3051\u308b\u3088\uff01", "icons": { "48": "icon_48.png", "128": "icon_128.png", "32": "icon_48.png" }, "browser_action": { "default_icon": "icon_48.png", "default_popup": "popup.html" }, "permissions": [ "storage", "contextMenus" ], "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ " |