New Tab Random Quote
Override the 'new tab' page to randomly shows 1 of 1,000 interesting/inspiring quotes, or update it with your own.
Что такое New Tab Random Quote?
New Tab Random Quote - это расширение Chrome, разработанное https://gabrielkrieshok.com, и его основная функция - "Override the 'new tab' page to randomly shows 1 of 1,000 interesting/inspiring quotes, or update it with your own.".
Снимки экрана расширения
Скачать файл CRX расширения New Tab Random Quote
Скачайте файлы расширений New Tab Random Quote в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Lets you replace the default 'new tab' screen with a randomly-selected quotation / thought / reminder of your own. The settings page allows you to add/remove quotations, as well as well as importing/exporting in bulk. Основная информация о расширении
| Название | |
| ID | ajdmjnkmegnofepbbkaaklfopjgdocfl |
| Официальный URL | https://chromewebstore.google.com/detail/new-tab-random-quote/ajdmjnkmegnofepbbkaaklfopjgdocfl |
| Описание | Override the 'new tab' page to randomly shows 1 of 1,000 interesting/inspiring quotes, or update it with your own. |
| Размер файла | 596 KB |
| Количество установок | 65 |
| Текущая Версия | 2.3 |
| Последнее Обновление | 2020-08-24 |
| Дата публикации | 2020-06-28 |
| Рейтинг | 3.67/5 Всего 3 оценок |
| Разработчик | https://gabrielkrieshok.com |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | http://gabrielkrieshok.com |
| URL страницы помощи | http://gabrielkrieshok.com |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "New Tab Random Quote",
"version": "2.3",
"description": "Override the 'new tab' page to randomly shows 1 of 1,000 interesting\/inspiring quotes, or update it with your own.",
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"author": "Gabriel Krieshok",
"chrome_url_overrides": {
"newtab": "quote.html"
},
"options_page": "index.html",
"permissions": [
"storage"
],
"web_accessible_resources": [
"quotelist.json"
]
} | |