Quotes
Inspirational and famous quotes by authors you know and love. In a single click.
Что такое Quotes?
Quotes - это расширение Chrome, разработанное Takeshi Nakamoto, и его основная функция - "Inspirational and famous quotes by authors you know and love. In a single click.".
Снимки экрана расширения
Скачать файл CRX расширения Quotes
Скачайте файлы расширений Quotes в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension has the best famous quotes, inspirational words that will motivate you day by day.
Feature:
- Clean and minimal design.
- Very simple and fast.
- Click on the icon to open the pop up, no tabs.
- More than 1500 different random quotes.
- Tweet button allows you to quickly share your favorites quotes.
Enjoy it!
By Takeshi Nakamoto. 2018 Основная информация о расширении
| Название | |
| ID | dfjohgimlgemdgecpbenenigohbelmlk |
| Официальный URL | https://chromewebstore.google.com/detail/quotes/dfjohgimlgemdgecpbenenigohbelmlk |
| Описание | Inspirational and famous quotes by authors you know and love. In a single click. |
| Размер файла | 1.86 MB |
| Количество установок | 204 |
| Текущая Версия | 2.0 |
| Последнее Обновление | 2018-05-13 |
| Дата публикации | 2018-05-12 |
| Рейтинг | 5.00/5 Всего 4 оценок |
| Разработчик | Takeshi Nakamoto |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| URL страницы политики конфиденциальности | https://docs.google.com/document/d/1iTmO-vciNaxD8sSOc3kn6xVfb8JLCCIvBNeAGppqofg |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Quotes",
"description": "Inspirational and famous quotes by authors you know and love. In a single click.",
"browser_action": {
"default_icon": "128.png",
"default_popup": "popup.html"
},
"icons": {
"128": "128.png",
"16": "16.png",
"48": "48.png"
},
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
"offline_enabled": true,
"manifest_version": 2,
"version": "2.0"
} | |