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.
拡張機能の基本情報
名前 | Age Calculator and Updater by Rofi |
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 |
Eメール | [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" ] } |