New Tab Motivational Quotes
An extension which shows motivating quotes on the new tab page.
Was ist New Tab Motivational Quotes?
New Tab Motivational Quotes ist eine Chrome-Erweiterung, die von Shivank Gandhi entwickelt wurde, und ihr Hauptmerkmal ist "An extension which shows motivating quotes on the new tab page.".
Erweiterungsscreenshots
New Tab Motivational Quotes-Erweiterungs-CRX-Datei herunterladen
Laden Sie New Tab Motivational Quotes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
A small extension which shows motivational quotes on the New Tab page in Chrome.
I'd love to know your thoughts/suggestions in the comments.
**FEATURES**
* Awesome selection of quotes to keep you motivated
* Minimal typographic experience
* Requires no permissions
* Small size
**RELEASE NOTES**
* Added a new simpler font, based on user feedback. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mganbjhcinhhpelabgdgnogoaedcakke |
| Offizielle URL | https://chromewebstore.google.com/detail/new-tab-motivational-quot/mganbjhcinhhpelabgdgnogoaedcakke |
| Beschreibung | An extension which shows motivating quotes on the new tab page. |
| Dateigröße | 24.92 KB |
| Installationsanzahl | 2,850 |
| Aktuelle Version | 1.6.0 |
| Letztes Update | 2019-04-02 |
| Veröffentlichungsdatum | 2019-04-02 |
| Bewertung | 4.63/5 Insgesamt 24 Bewertungen |
| Entwickler | Shivank Gandhi |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/c.amazon-adsystem.com object-src",
"name": "New Tab Motivational Quotes",
"manifest_version": 2,
"description": "An extension which shows motivating quotes on the new tab page.",
"author": "Shivank Gandhi",
"version": "1.6.0",
"incognito": "split",
"icons": {
"128": "icon128.png"
},
"background": {
"persistent": false,
"scripts": [
"OneSignal.js",
"background.js"
]
},
"permissions": [
"gcm",
"storage",
"notifications",
"identity"
],
"chrome_url_overrides": {
"newtab": "index.html"
}
} | |