Quotidian
Quotes that are a click away.
Vad är Quotidian?
Quotidian är en Chrome-tillägg utvecklad av Nachiketa Gargi, och dess huvudfunktion är "Quotes that are a click away.".
Tilläggsskärmbilder
Ladda ner Quotidian-förlängningens CRX-fil
Ladda ner Quotidian-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | enmpfepcgocdhfbbagianaaapmoliekb |
| Officiell webbadress | https://chromewebstore.google.com/detail/quotidian/enmpfepcgocdhfbbagianaaapmoliekb |
| Beskrivning | Quotes that are a click away. |
| Filstorlek | 24.18 KB |
| Antal Installationer | 27 |
| Aktuell Version | 1.2.8 |
| Senast Uppdaterad | 2015-01-06 |
| Publiceringsdatum | 2015-01-05 |
| Betyg | 5.00/5 Totalt 9 Betyg |
| Utvecklare | Nachiketa Gargi |
| Betalningssätt | free |
| Tilläggswebbplats | http://ngargi.me/quotidian |
| Stödda Språk | 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"
]
} | |