知乎头像放大器

查看知乎用户头像的原始尺寸图片

What is 知乎头像放大器?

知乎头像放大器 is a Chrome extension developed by manxisuo, and its main feature is "查看知乎用户头像的原始尺寸图片".

Download 知乎头像放大器 Extension CRX File

Download 知乎头像放大器 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

                        查看知乎用户头像的原始尺寸图片。
--------------------
2017.09.18:
支持知乎最新的、基于React的界面。
--------------------
2016.02.26:
支持知乎将http改为https协议。                    

Extension Basic Information

Name 知乎头像放大器 知乎头像放大器
ID iodddkdbdgcmepjlfieigdigioepgibn
Official URL https://chromewebstore.google.com/detail/%E7%9F%A5%E4%B9%8E%E5%A4%B4%E5%83%8F%E6%94%BE%E5%A4%A7%E5%99%A8/iodddkdbdgcmepjlfieigdigioepgibn
Description 查看知乎用户头像的原始尺寸图片
File Size 44.71 KB
Installation Count 512
Current Version 1.2.5
Last Updated 2017-09-17
Publish Date 2017-09-17
Rating 4.67/5 Total 12 Ratings
Developer manxisuo
Payment Type free
Extension Website https://github.com/manxisuo/ZhihuMagnifier
Help Page URL https://github.com/manxisuo/ZhihuMagnifier
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u77e5\u4e4e\u5934\u50cf\u653e\u5927\u5668",
    "description": "\u67e5\u770b\u77e5\u4e4e\u7528\u6237\u5934\u50cf\u7684\u539f\u59cb\u5c3a\u5bf8\u56fe\u7247",
    "version": "1.2.5",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.zhihu.com\/*"
            ],
            "js": [
                "js\/jquery-2.1.4.min.js",
                "content_action.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/*.zhihu.com\/*"
    ],
    "icons": {
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    }
}