Alphabets

Uppercase and lowercase alphabets

Alphabetsคืออะไร?

Alphabets เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Roman Grinyov และคุณลักษณะหลักของมันคือ "Uppercase and lowercase alphabets"

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

screenshot

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

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

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

                        Belarusian
English
French
German
Greek
Italian
Portuguese
Russian
Serbian Cyrillic
Spanish
Turkish
Ukrainian

Source code: https://github.com/w3lifer/crx-alphabets                    

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

ชื่อ Alphabets Alphabets
ID bhpjlplbnifhpolicjigaghdchamocee
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/alphabets/bhpjlplbnifhpolicjigaghdchamocee
คำอธิบาย Uppercase and lowercase alphabets
ขนาดไฟล์ 60.34 KB
จำนวนการติดตั้ง 50
เวอร์ชันปัจจุบัน 1.2.10
อัปเดตครั้งล่าสุด 2021-11-25
วันที่เผยแพร่ 2018-04-11
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Roman Grinyov
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Alphabets",
    "description": "Uppercase and lowercase alphabets",
    "version": "1.2.10",
    "icons": {
        "16": "img\/icons\/a\/16x16.png",
        "48": "img\/icons\/a\/48x48.png",
        "128": "img\/icons\/a\/128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icons\/a\/16x16.png",
            "24": "img\/icons\/a\/24x24.png",
            "32": "img\/icons\/a\/32x32.png"
        },
        "default_title": "Alphabets",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "storage"
    ]
}