Age Calculator and Updater by Rofi
Age Calculator and Updater as Chrome Extension by Rofi
什么是Age Calculator and Updater by Rofi?
Age Calculator and Updater by Rofi是由https://age.rofi.link开发的Chrome扩展程序,该扩展的主要功能是“Age Calculator and Updater as Chrome Extension by Rofi”。
扩展截图
下载Age Calculator and Updater by Rofi扩展crx文件
下载Age Calculator and Updater by Rofi扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Homepage extension to show your age in years, month(s), day(s), hour(s), minute(s), and second(s). This extension will change your new tab behavior. 扩展基本信息
| 名称 | |
| ID | olndgnldoobcecnijailjdekbcpfgfeh |
| 官方URL | https://chromewebstore.google.com/detail/age-calculator-and-update/olndgnldoobcecnijailjdekbcpfgfeh |
| 简介 | Age Calculator and Updater as Chrome Extension by Rofi |
| 文件大小 | 178 KB |
| 安装次数 | 26 |
| 当前版本 | 4.0.0 |
| 更新时间 | 2023-06-18 |
| 上架时间 | 2020-12-01 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://age.rofi.link |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://age.rofi.link/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"short_name": "Age Calculator and Updater",
"name": "Age Calculator and Updater by Rofi",
"description": "Age Calculator and Updater as Chrome Extension by Rofi",
"version": "4.0.0",
"chrome_url_overrides": {
"newtab": "index.html"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; style-src 'self' 'unsafe-inline'; object-src 'self'; img-src 'self' data:; default-src 'self' 'unsafe-inline'"
},
"icons": {
"192": "\/assets\/manifest-icon-192.png",
"512": "\/assets\/manifest-icon-512.png"
},
"manifest_version": 3,
"permissions": [
"storage"
]
} | |