Age Calculator and Updater by Rofi
Age Calculator and Updater as Chrome Extension by Rofi
Wat is Age Calculator and Updater by Rofi?
Age Calculator and Updater by Rofi is een Chrome-extensie ontwikkeld door https://age.rofi.link, en de belangrijkste functie is "Age Calculator and Updater as Chrome Extension by Rofi".
Extensie Screenshots
Download het CRX-bestand van de extensie Age Calculator and Updater by Rofi
Download Age Calculator and Updater by Rofi-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Age Calculator and Updater by Rofi |
ID | olndgnldoobcecnijailjdekbcpfgfeh |
Officiële URL | https://chromewebstore.google.com/detail/age-calculator-and-update/olndgnldoobcecnijailjdekbcpfgfeh |
Beschrijving | Age Calculator and Updater as Chrome Extension by Rofi |
Bestandsgrootte | 178 KB |
Aantal Installaties | 26 |
Huidige Versie | 4.0.0 |
Laatst Bijgewerkt | 2023-06-18 |
Publicatiedatum | 2020-12-01 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://age.rofi.link |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://age.rofi.link/ |
Ondersteunde Talen | 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" ] } |