Toki Pona Dictionary

find definitions for Toki Pona words

Toki Pona Dictionaryคืออะไร?

Toki Pona Dictionary เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ian C Software และคุณลักษณะหลักของมันคือ "find definitions for Toki Pona words"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Toki Pona Dictionary

ดาวน์โหลดไฟล์ส่วนขยาย Toki Pona Dictionary ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A convenient way to look up words in the mini language Toki Pona. Now with new layout and features! 
Highlight a word on a page and click the icon or type a word in directly. The extension shows the definition, sitelen pona, pronunciation audio, and more!

Definitions are available in multiple languages, which can be changed in the options.

- sitelen: See symbols for the word in the writing system sitelen pona. Click the symbol to flip through alternate glyphs and sitelen emosi (emoji) versions of the word.

- book appearance/status: The official book status is displayed for each word (pu, ku suli, ku lili)

- audio pronunciation: Click the audio symbol to listen to the word. Audio is available from two speakers for most words. You can set your preferred speaker in the options.

- autoplay: enable in options automatically hear the pronunciation each time you get a word's definition.

- see more: clicking here will open the word's page on lipu Linku. See other details including notes, etymology, and more.

All word data displayed is from lipu Linku, a curated community dataset of words. Check it out: https://lipu-linku.github.io/

Other resources used include 
- sitelen pona font "sitelen seli kiwen" by jan Lepeka: http://www.kreativekorp.com/software/fonts/sitelenselikiwen/
- Google Material Symbols                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Toki Pona Dictionary Toki Pona Dictionary
ID cccekjhkcfnbfdkimklpaednfcekcbac
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/toki-pona-dictionary/cccekjhkcfnbfdkimklpaednfcekcbac
คำอธิบาย find definitions for Toki Pona words
ขนาดไฟล์ 31.22 KB
จำนวนการติดตั้ง 89
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2023-06-23
วันที่เผยแพร่ 2022-06-25
คะแนน 4.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Ian C Software
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Toki Pona Dictionary",
    "description": "find definitions for Toki Pona words",
    "version": "1.2",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "scripting",
        "activeTab"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/assets\/tokipona16alt.png",
            "32": "\/assets\/tokipona32alt.png",
            "48": "\/assets\/tokipona48alt.png",
            "128": "\/assets\/tokipona128alt.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "\/assets\/tokipona16alt.png",
        "32": "\/assets\/tokipona32alt.png",
        "48": "\/assets\/tokipona48alt.png",
        "128": "\/assets\/tokipona128alt.png"
    }
}