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 - это расширение Chrome, разработанное https://age.rofi.link, и его основная функция - "Age Calculator and Updater as Chrome Extension by Rofi".
Снимки экрана расширения
Скачать файл CRX расширения Age Calculator and Updater by Rofi
Скачайте файлы расширений Age Calculator and Updater by Rofi в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" ] } |