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 |
| Eメール | [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"
]
}
]
} | |