ごったいmini

いつでもあなたにごったいを。

What is ごったいmini?

ごったいmini is a Chrome extension developed by yn_nishi, and its main feature is "いつでもあなたにごったいを。".

Extension Screenshots

screenshot
screenshot
screenshot

Download ごったいmini Extension CRX File

Download ごったいmini 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

                        ●タイ語をドラッグするだけで意味、発音、発音記号を確認できる拡張機能です。

●タイ文字をドラッグすると一瞬でタイ語辞書サイトの「ごったい」で検索して結果の1番目を吹き出しで表示します。

●読みにくいフォントで書かれたタイ語をドラッグして読みやすいフォントで表示するという使い方もできます。

●アイコンのクリックでごったいの検索窓を表示します。

●吹き出しを非表示に設定できます。

●辞書の機能にごったい様(https://www.gotthai.net/)を利用させて頂いています。

■変更履歴
v3.0.0 Google側の仕様変更(manifest v3)に対応 ついでにコピーボタン追加
v2.0.2 辞書の起動条件少しだけ修正  
v2.0.1 リファクタリング  
v2.0.0 音声の読み込み速度向上  
v1.0.3 twitterで音声再生されない問題解消  
v1.0.1 リファクタリング & Googleウェブストア公開  
v1.0.0 完成                    

Extension Basic Information

Name ごったいmini ごったいmini
ID ifcgngcnnmdcbnigbmfiedlnkmfiekkb
Official URL https://chromewebstore.google.com/detail/%E3%81%94%E3%81%A3%E3%81%9F%E3%81%84mini/ifcgngcnnmdcbnigbmfiedlnkmfiekkb
Description いつでもあなたにごったいを。
File Size 10.96 MB
Installation Count 399
Current Version 3.0.0
Last Updated 2023-08-19
Publish Date 2021-01-19
Rating 5.00/5 Total 1 Ratings
Developer yn_nishi
Email [email protected]
Payment Type free
Privacy Policy Page URL https://sites.google.com/view/yn-nishi-privacy-policy
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u3054\u3063\u305f\u3044mini",
    "short_name": "mini",
    "author": "yn-nishi",
    "description": "\u3044\u3064\u3067\u3082\u3042\u306a\u305f\u306b\u3054\u3063\u305f\u3044\u3092\u3002",
    "version": "3.0.0",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "offscreen"
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "action": {
        "name": "Gotthai-mini",
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "icons\/gotthai_16.png",
            "32": "icons\/gotthai_32.png",
            "48": "icons\/gotthai_48.png",
            "128": "icons\/gotthai_128.png"
        }
    },
    "icons": {
        "16": "icons\/gotthai_16.png",
        "32": "icons\/gotthai_32.png",
        "48": "icons\/gotthai_48.png",
        "128": "icons\/gotthai_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/bubble_box.js"
            ],
            "css": [
                "css\/bubble_box.css"
            ]
        }
    ]
}