Egyptian Hieroglyph Resizer

This extension will resize Egyptian Hieroglyphs

What is Egyptian Hieroglyph Resizer?

Egyptian Hieroglyph Resizer is a Chrome extension developed by b.bakkala, and its main feature is "This extension will resize Egyptian Hieroglyphs".

Extension Screenshots

screenshot

Download Egyptian Hieroglyph Resizer Extension CRX File

Download Egyptian Hieroglyph Resizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Egyptian Hieroglyph Resizer Egyptian Hieroglyph Resizer
ID jiennkbeijmhfopkoomojlbhbnligjgh
Official URL https://chrome.google.com/webstore/detail/jiennkbeijmhfopkoomojlbhbnligjgh
Description This extension will resize Egyptian Hieroglyphs
File Size 4.91 MB
Installation Count 47
Current Version 1.5
Last Updated 2021-08-21
Publish Date 2020-05-15
Rating 3.00/5 Total 2 Ratings
Developer b.bakkala
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}