ごったいmini

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

Cos'è ごったいmini?

ごったいmini è un'estensione di Chrome sviluppata da yn_nishi, e la sua funzione principale è "いつでもあなたにごったいを。".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ごったいmini

Scarica i file di estensione ごったいmini in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

●タイ文字をドラッグすると一瞬でタイ語辞書サイトの「ごったい」で検索して結果の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 完成                    

Informazioni di Base sull'Estensione

Nome ごったいmini ごったいmini
ID ifcgngcnnmdcbnigbmfiedlnkmfiekkb
URL Ufficiale https://chromewebstore.google.com/detail/%E3%81%94%E3%81%A3%E3%81%9F%E3%81%84mini/ifcgngcnnmdcbnigbmfiedlnkmfiekkb
Descrizione いつでもあなたにごったいを。
Dimensione del File 10.96 MB
Conteggio Installazioni 399
Versione Corrente 3.0.0
Ultimo Aggiornamento 2023-08-19
Data di Pubblicazione 2021-01-19
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore yn_nishi
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://sites.google.com/view/yn-nishi-privacy-policy
Lingue Supportate 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"
            ]
        }
    ]
}