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