Age Calculator and Updater by Rofi

Age Calculator and Updater as Chrome Extension by Rofi

Co to jest Age Calculator and Updater by Rofi?

Age Calculator and Updater by Rofi to rozszerzenie Chrome opracowane przez https://age.rofi.link, a jego główną funkcją jest „Age Calculator and Updater as Chrome Extension by Rofi”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Age Calculator and Updater by Rofi

Pobierz pliki rozszerzeń Age Calculator and Updater by Rofi w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Age Calculator and Updater by Rofi Age Calculator and Updater by Rofi
ID olndgnldoobcecnijailjdekbcpfgfeh
Oficjalny URL https://chromewebstore.google.com/detail/age-calculator-and-update/olndgnldoobcecnijailjdekbcpfgfeh
Opis Age Calculator and Updater as Chrome Extension by Rofi
Rozmiar pliku 178 KB
Liczba instalacji 26
Aktualna Wersja 4.0.0
Ostatnia Aktualizacja 2023-06-18
Data Publikacji 2020-12-01
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://age.rofi.link
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://age.rofi.link/
Obsługiwane Języki 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"
    ]
}