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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } |