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".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου 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 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"
    ]
}