Egyptian Hieroglyph Resizer

This extension will resize Egyptian Hieroglyphs

Egyptian Hieroglyph Resizerคืออะไร?

Egyptian Hieroglyph Resizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย b.bakkala และคุณลักษณะหลักของมันคือ "This extension will resize Egyptian Hieroglyphs"

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

screenshot

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

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

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

                        Encoded Egyptian hieroglyphs are often rendered very small, this extension allows the user to resize the hieroglyphs to be at a more readable size.                    

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

ชื่อ Egyptian Hieroglyph Resizer Egyptian Hieroglyph Resizer
ID jiennkbeijmhfopkoomojlbhbnligjgh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/jiennkbeijmhfopkoomojlbhbnligjgh
คำอธิบาย This extension will resize Egyptian Hieroglyphs
ขนาดไฟล์ 4.91 MB
จำนวนการติดตั้ง 47
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2021-08-21
วันที่เผยแพร่ 2020-05-15
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา b.bakkala
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Egyptian Hieroglyph Resizer",
    "description": "This extension will resize Egyptian Hieroglyphs",
    "version": "1.5",
    "icons": {
        "16": "Icon\/swr16.png",
        "48": "Icon\/swr48.png",
        "128": "Icon\/swr128.png"
    },
    "browser_action": {
        "default_icon": "Icon\/swr.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "css": [
                "hierocss.css"
            ],
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}