Egyptian Hieroglyph Resizer

This extension will resize Egyptian Hieroglyphs

什么是Egyptian Hieroglyph Resizer?

Egyptian Hieroglyph Resizer是由b.bakkala开发的Chrome扩展程序,该扩展的主要功能是“This extension will resize Egyptian Hieroglyphs”。

扩展截图

screenshot

下载Egyptian Hieroglyph Resizer扩展crx文件

下载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"
        }
    ]
}