Get Motivated
Let me motivate you everyday. I won't annoy you, I promise.
Τι είναι το Get Motivated;
Το Get Motivated είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Rahul Kapoor, και η κύρια λειτουργία του είναι "Let me motivate you everyday. I won't annoy you, I promise.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Get Motivated
Λήψη αρχείων επέκτασης Get Motivated σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
*Note* Updated new tab page with a minimal non-intrusive UI and a new logo.
"Get Motivated" is a small lightweight extension that gives a new minimal look to your "New Tab" page on Google Chrome with a beautiful quote in order to motivate you one tab at a time. The quotes have been curated from Internet with utmost care in order to give you the best ones that are out there.
Install this small 50-60 kB extension and let me know by reviewing it once if you like it. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | glpopnaifhjhcibncepibjbehblannde |
| Επίσημο URL | https://chromewebstore.google.com/detail/get-motivated/glpopnaifhjhcibncepibjbehblannde |
| Περιγραφή | Let me motivate you everyday. I won't annoy you, I promise. |
| Μέγεθος Αρχείου | 46.4 KB |
| Αριθμός Εγκαταστάσεων | 18 |
| Τρέχουσα Έκδοση | 1.1 |
| Τελευταία Ενημέρωση | 2018-03-25 |
| Ημερομηνία Δημοσίευσης | 2018-03-24 |
| Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
| Προγραμματιστής | Rahul Kapoor |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Rahul Kapoor",
"short_name": "GetMotivated",
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"description": "Let me motivate you everyday. I won't annoy you, I promise.",
"homepage_url": "https:\/\/github.com\/rahulkapoor90\/Get-Motivated",
"icons": {
"128": "images\/icon128.png",
"16": "images\/icon16.png",
"48": "images\/icon48.png"
},
"manifest_version": 2,
"name": "Get Motivated",
"offline_enabled": true,
"permissions": [
"storage"
],
"version": "1.1"
} | |