Quote of the Day
Shows you an inspiring quote on the new tab page
Τι είναι το Quote of the Day;
Το Quote of the Day είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον admin, και η κύρια λειτουργία του είναι "Shows you an inspiring quote on the new tab page".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Quote of the Day
Λήψη αρχείων επέκτασης Quote of the Day σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Quote of the day is a way to enjoy each day
A way to get words from wise man and woman
Short poetry phrases
Small facts of life
And a spark of inspiration
terms: https://www.browsytool.com/terms
privacy policy: https://www.browsytool.com/privacy-policy
about: https://www.browsytool.com/about-our-company
contact us: https://www.browsytool.com/contact-info
Once the extension is downloaded, the
extension will provide a custom search bar with results by Microsoft Bing. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | eegjpgefejkgoepcknnjjmjhiacmgila |
| Επίσημο URL | https://chromewebstore.google.com/detail/quote-of-the-day/eegjpgefejkgoepcknnjjmjhiacmgila |
| Περιγραφή | Shows you an inspiring quote on the new tab page |
| Μέγεθος Αρχείου | 207 KB |
| Αριθμός Εγκαταστάσεων | 11,403 |
| Τρέχουσα Έκδοση | 1.0.2 |
| Τελευταία Ενημέρωση | 2023-08-08 |
| Ημερομηνία Δημοσίευσης | 2022-01-11 |
| Αξιολόγηση | 4.50/5 Συνολικά 2 Αξιολογήσεις |
| Προγραμματιστής | admin |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Quote of the Day",
"description": "Shows you an inspiring quote on the new tab page",
"version": "1.0.2",
"chrome_url_overrides": {
"newtab": "src\/tab.html"
},
"action": {
"default_icon": "src\/ico\/48p.png"
},
"icons": {
"16": "src\/ico\/16p.png",
"48": "src\/ico\/48p.png",
"128": "src\/ico\/128p.png"
}
} | |