Age Calculator and Updater by Rofi

Age Calculator and Updater as Chrome Extension by Rofi

Age Calculator and Updater by Rofi là gì?

Age Calculator and Updater by Rofi là một tiện ích mở rộng Chrome được phát triển bởi https://age.rofi.link, và tính năng chính của nó là "Age Calculator and Updater as Chrome Extension by Rofi".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Age Calculator and Updater by Rofi

Tải xuống các tệp mở rộng Age Calculator and Updater by Rofi dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Age Calculator and Updater by Rofi Age Calculator and Updater by Rofi
ID olndgnldoobcecnijailjdekbcpfgfeh
URL Chính Thức https://chromewebstore.google.com/detail/age-calculator-and-update/olndgnldoobcecnijailjdekbcpfgfeh
Mô tả Age Calculator and Updater as Chrome Extension by Rofi
Kích Thước Tệp 178 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 4.0.0
Cập Nhật Lần Cuối 2023-06-18
Ngày Phát Hành 2020-12-01
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://age.rofi.link
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://age.rofi.link/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}