Egyptian Hieroglyph Resizer

This extension will resize Egyptian Hieroglyphs

Egyptian Hieroglyph Resizer là gì?

Egyptian Hieroglyph Resizer là một tiện ích mở rộng Chrome được phát triển bởi b.bakkala, và tính năng chính của nó là "This extension will resize Egyptian Hieroglyphs".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Egyptian Hieroglyph Resizer

Tải xuống các tệp mở rộng Egyptian Hieroglyph Resizer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Egyptian Hieroglyph Resizer Egyptian Hieroglyph Resizer
ID jiennkbeijmhfopkoomojlbhbnligjgh
URL Chính Thức https://chrome.google.com/webstore/detail/jiennkbeijmhfopkoomojlbhbnligjgh
Mô tả This extension will resize Egyptian Hieroglyphs
Kích Thước Tệp 4.91 MB
Số Lần Cài Đặt 47
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2021-08-21
Ngày Phát Hành 2020-05-15
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển b.bakkala
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}