Quotable
Displays random user-uploaded quotes on each blank 'new tab' HTML page.
Was ist Quotable?
Quotable ist eine Chrome-Erweiterung, die von Quotable entwickelt wurde, und ihr Hauptmerkmal ist "Displays random user-uploaded quotes on each blank 'new tab' HTML page.".
Erweiterungsscreenshots
Quotable-Erweiterungs-CRX-Datei herunterladen
Laden Sie Quotable-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
Quotable transforms the blank page of a new Chrome tab into your personal message board. Each new tab will display a quote randomly selected from your collection. You can use Quotable to help you memorize information, view inspirational messages, or display your favorite quotes. Add new quotes one at a time or upload them in bulk. You can even download your quotes from Quotable to save or use elsewhere as your collection grows.
Grundlegende Informationen zur Erweiterung
Name | Quotable |
ID | fljaohpdminegmhjohgejalhdkdcflhl |
Offizielle URL | https://chromewebstore.google.com/detail/quotable/fljaohpdminegmhjohgejalhdkdcflhl |
Beschreibung | Displays random user-uploaded quotes on each blank 'new tab' HTML page. |
Dateigröße | 196 KB |
Installationsanzahl | 44 |
Aktuelle Version | 1.3 |
Letztes Update | 2019-06-16 |
Veröffentlichungsdatum | 2019-06-16 |
Bewertung | 4.00/5 Insgesamt 3 Bewertungen |
Entwickler | Quotable |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://blueberriesafterdark.com/quotable-faq/ |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quotable", "description": "Displays random user-uploaded quotes on each blank 'new tab' HTML page.", "version": "1.3", "incognito": "split", "permissions": [ "storage", "unlimitedStorage" ], "chrome_url_overrides": { "newtab": "quotable.html" }, "manifest_version": 2 } |