かんたんテキスト置換

かんたんテキスト置換

What is かんたんテキスト置換?

かんたんテキスト置換 is a Chrome extension developed by kysk, and its main feature is "かんたんテキスト置換".

Extension Screenshots

screenshot

Download かんたんテキスト置換 Extension CRX File

Download かんたんテキスト置換 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

                        【使用方法】
Alt+Hでクリップボードに保存された文字列で{}で囲まれた部分を簡単に任意の文字へ変換できます!

例
A=いぬ B=ねこ
元の文章:{A}と{B}がお散歩しているよ!可愛いね
置換後 :いぬとねこがお散歩しているよ!可愛いね

【注意点】
・ブラウザ上でしか使用できません。
・保存した部分が反映されるのに不安定な部分があるようです。
貼り付け時はご注意ください。                    

Extension Basic Information

Name かんたんテキスト置換 かんたんテキスト置換
ID gmlgilobobpdfnbmajdkkcpaklgakjkb
Official URL https://chromewebstore.google.com/detail/%E3%81%8B%E3%82%93%E3%81%9F%E3%82%93%E3%83%86%E3%82%AD%E3%82%B9%E3%83%88%E7%BD%AE%E6%8F%9B/gmlgilobobpdfnbmajdkkcpaklgakjkb
Description かんたんテキスト置換
File Size 13.68 KB
Installation Count 69
Current Version 1
Last Updated 2023-05-14
Publish Date 2023-05-14
Developer kysk
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u304b\u3093\u305f\u3093\u30c6\u30ad\u30b9\u30c8\u7f6e\u63db",
    "version": "1",
    "description": "\u304b\u3093\u305f\u3093\u30c6\u30ad\u30b9\u30c8\u7f6e\u63db",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "\u304b\u3093\u305f\u3093\u306b\u30c6\u30ad\u30b9\u30c8\u3092\u7f6e\u63db\u3067\u304d\u307e\u3059\u3002",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_scripts.js"
            ]
        }
    ]
}