引用文 Maker

貼り付けた文章の先頭に「> 」をつけるよ!

What is 引用文 Maker?

引用文 Maker is a Chrome extension developed by ikezoe-t, and its main feature is "貼り付けた文章の先頭に「> 」をつけるよ!".

Extension Screenshots

screenshot

Download 引用文 Maker Extension CRX File

Download 引用文 Maker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        入力したテキストの行頭に「>」マークを付けたテキストを表示してくれます。
メーラーやウェブサイトにあるような返信機能をイメージしていただけるとわかりやすいかと思います。
こういった返信機能がないサービスや、一部の文章だけ引用符付けたいときなどにご利用ください。                    

Extension Basic Information

Name 引用文 Maker 引用文 Maker
ID aldegdikahllaokkoleebglfonidpcfl
Official URL https://chromewebstore.google.com/detail/%E5%BC%95%E7%94%A8%E6%96%87-maker/aldegdikahllaokkoleebglfonidpcfl
Description 貼り付けた文章の先頭に「> 」をつけるよ!
File Size 54.63 KB
Installation Count 55
Current Version 1.0.1
Last Updated 2023-02-05
Publish Date 2017-04-03
Developer ikezoe-t
Email [email protected]
Payment Type free
Supported Languages 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": [
                ""
            ],
            "js": [
                "js\/libs\/jquery-2.2.2.min.js",
                "js\/libs\/clipboard\/clipboard.min.js",
                "js\/libs\/toast\/jquery.toast.min.js",
                "js\/content.js"
            ],
            "css": [
                "js\/libs\/toast\/jquery.toast.min.css"
            ],
            "run_at": "document_idle"
        }
    ]
}