Age Calculator and Updater by Rofi

Age Calculator and Updater as Chrome Extension by Rofi

Cos'è Age Calculator and Updater by Rofi?

Age Calculator and Updater by Rofi è un'estensione di Chrome sviluppata da https://age.rofi.link, e la sua funzione principale è "Age Calculator and Updater as Chrome Extension by Rofi".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Age Calculator and Updater by Rofi

Scarica i file di estensione Age Calculator and Updater by Rofi in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Age Calculator and Updater by Rofi Age Calculator and Updater by Rofi
ID olndgnldoobcecnijailjdekbcpfgfeh
URL Ufficiale https://chromewebstore.google.com/detail/age-calculator-and-update/olndgnldoobcecnijailjdekbcpfgfeh
Descrizione Age Calculator and Updater as Chrome Extension by Rofi
Dimensione del File 178 KB
Conteggio Installazioni 26
Versione Corrente 4.0.0
Ultimo Aggiornamento 2023-06-18
Data di Pubblicazione 2020-12-01
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://age.rofi.link
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://age.rofi.link/
Lingue Supportate 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"
    ]
}