Neon work clock - newtab
Displays a beautiful neon interface showing working status and time in a new tab, you can control and count working time, etc.
Τι είναι το Neon work clock - newtab;
Το Neon work clock - newtab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://neonwork.click, και η κύρια λειτουργία του είναι "Displays a beautiful neon interface showing working status and time in a new tab, you can control and count working time, etc.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Neon work clock - newtab
Λήψη αρχείων επέκτασης Neon work clock - newtab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This is a new tab page plugin that uses neon light effects to display and record information such as work status and work hours. The main function: 1. Display the clock (with a nice neon effect) 2. Display working status 3. You can use the pull light effect to control the working state 4. Record the working status and calculate the working hours today 5. display top visit site on page
Βασικές Πληροφορίες Επέκτασης
Όνομα | Neon work clock - newtab |
ID | ikckgihkcenlmafeeheiadmdlpfppaij |
Επίσημο URL | https://chromewebstore.google.com/detail/neon-work-clock-newtab/ikckgihkcenlmafeeheiadmdlpfppaij |
Περιγραφή | Displays a beautiful neon interface showing working status and time in a new tab, you can control and count working time, etc. |
Μέγεθος Αρχείου | 1003 KB |
Αριθμός Εγκαταστάσεων | 928 |
Τρέχουσα Έκδοση | 1.4.0 |
Τελευταία Ενημέρωση | 2022-07-10 |
Ημερομηνία Δημοσίευσης | 2022-06-28 |
Αξιολόγηση | 4.60/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | https://neonwork.click |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.neonwork.click/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://bit1998.github.io/coin-price-chrome/PrivacyPolicy.html |
Υποστηριζόμενες Γλώσσες | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "__MSG_description__", "icons": { "128": "logo.png", "48": "logo.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "notifications", "topSites" ], "name": "__MSG_title__", "version": "1.4.0", "default_locale": "en", "manifest_version": 3 } |