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 |
| 官方網址 | 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"
]
}
]
} | |