Wiki Age
Specifies what age the Wikipedia subject was during given year.
什么是Wiki Age?
Wiki Age是由booksaver开发的Chrome扩展程序,该扩展的主要功能是“Specifies what age the Wikipedia subject was during given year.”。
扩展截图
下载Wiki Age扩展crx文件
下载Wiki Age扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        If you have a habit of comparing yourself to others, this is the plug-in for you. Who cares at what year someone started a company/published a book/won the Nobel? You want to know how old they were. This plug-in appends all years with how old a given subject was at that time and saves you from having to do mental math.                     扩展基本信息
| 名称 |   |  
| ID | gbdnhkbifahdipaaepiolmmihjdbmegc | 
| 官方URL | https://chromewebstore.google.com/detail/wiki-age/gbdnhkbifahdipaaepiolmmihjdbmegc | 
| 简介 | Specifies what age the Wikipedia subject was during given year. | 
| 文件大小 | 3.49 KB | 
| 安装次数 | 65 | 
| 当前版本 | 0.1 | 
| 更新时间 | 2019-11-15 | 
| 上架时间 | 2019-11-14 | 
| 评分 | 5.00/5 共3次评分 | 
| 开发者 | booksaver | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wiki Age",
    "description": "Specifies what age the Wikipedia subject was during given year.",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.wikipedia.org\/wiki\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}  |  |