Quotidian
Quotes that are a click away.
Hvad er Quotidian?
Quotidian er en Chrome-udvidelse udviklet af Nachiketa Gargi, og dens hovedfunktion er "Quotes that are a click away.".
Udvidelsesskærmbilleder
Download Quotidian-udvidelses-CRX-fil
Download Quotidian-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | enmpfepcgocdhfbbagianaaapmoliekb |
| Officiel URL | https://chromewebstore.google.com/detail/quotidian/enmpfepcgocdhfbbagianaaapmoliekb |
| Beskrivelse | Quotes that are a click away. |
| Filstørrelse | 24.18 KB |
| Antal Installationer | 27 |
| Nuværende Version | 1.2.8 |
| Senest Opdateret | 2015-01-06 |
| Udgivelsesdato | 2015-01-05 |
| Bedømmelse | 5.00/5 Samlet 9 Bedømmelser |
| Udvikler | Nachiketa Gargi |
| Betalingsmetode | free |
| Udvidelseswebsted | http://ngargi.me/quotidian |
| Understøttede Sprog | 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"
]
} | |