Quotidian
Quotes that are a click away.
Что такое Quotidian?
Quotidian - это расширение Chrome, разработанное Nachiketa Gargi, и его основная функция - "Quotes that are a click away.".
Снимки экрана расширения
Скачать файл CRX расширения Quotidian
Скачайте файлы расширений Quotidian в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 Основная информация о расширении
| Название | |
| ID | enmpfepcgocdhfbbagianaaapmoliekb |
| Официальный URL | https://chromewebstore.google.com/detail/quotidian/enmpfepcgocdhfbbagianaaapmoliekb |
| Описание | Quotes that are a click away. |
| Размер файла | 24.18 KB |
| Количество установок | 27 |
| Текущая Версия | 1.2.8 |
| Последнее Обновление | 2015-01-06 |
| Дата публикации | 2015-01-05 |
| Рейтинг | 5.00/5 Всего 9 оценок |
| Разработчик | Nachiketa Gargi |
| Тип оплаты | free |
| Официальный сайт расширения | http://ngargi.me/quotidian |
| Поддерживаемые языки | 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"
]
} | |