Quotidian
Quotes that are a click away.
Was ist Quotidian?
Quotidian ist eine Chrome-Erweiterung, die von Nachiketa Gargi entwickelt wurde, und ihr Hauptmerkmal ist "Quotes that are a click away.".
Erweiterungsscreenshots
Quotidian-Erweiterungs-CRX-Datei herunterladen
Laden Sie Quotidian-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
Quotidian shows you a random quote when you click the button. You can listen to the quote, copy it to the clipboard and more. Features: - Button for copying to clipboard - Click on the speaker icon in the popup, and it will speak the quote aloud. - Link to author's Wikipedia page - Easy to use interface - Quotes are sourced from forismatic
Grundlegende Informationen zur Erweiterung
Name | Quotidian |
ID | enmpfepcgocdhfbbagianaaapmoliekb |
Offizielle URL | https://chromewebstore.google.com/detail/quotidian/enmpfepcgocdhfbbagianaaapmoliekb |
Beschreibung | Quotes that are a click away. |
Dateigröße | 24.18 KB |
Installationsanzahl | 27 |
Aktuelle Version | 1.2.8 |
Letztes Update | 2015-01-06 |
Veröffentlichungsdatum | 2015-01-05 |
Bewertung | 5.00/5 Insgesamt 9 Bewertungen |
Entwickler | Nachiketa Gargi |
Zahlungsart | free |
Erweiterungswebsite | http://ngargi.me/quotidian |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quotidian", "version": "1.2.8", "author": "Nachiketa Gargi", "description": "Quotes that are a click away.", "browser_action": { "default_icon": { "128": "quotidian.png", "19": "quotidian.png", "48": "quotidian48.png" }, "default_title": "Quotidian", "default_popup": "popup.html" }, "icons": { "128": "quotidian.png", "19": "quotidian.png", "48": "quotidian48.png" }, "permissions": [ "http:\/\/api.forismatic.com\/", "tts", "clipboardWrite" ] } |