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.
Co to jest New Tab Random Quote?
New Tab Random Quote to rozszerzenie Chrome opracowane przez https://gabrielkrieshok.com, a jego główną funkcją jest „Override the 'new tab' page to randomly shows 1 of 1,000 interesting/inspiring quotes, or update it with your own.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia New Tab Random Quote
Pobierz pliki rozszerzeń New Tab Random Quote w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ajdmjnkmegnofepbbkaaklfopjgdocfl |
| Oficjalny URL | https://chromewebstore.google.com/detail/new-tab-random-quote/ajdmjnkmegnofepbbkaaklfopjgdocfl |
| Opis | Override the 'new tab' page to randomly shows 1 of 1,000 interesting/inspiring quotes, or update it with your own. |
| Rozmiar pliku | 596 KB |
| Liczba instalacji | 65 |
| Aktualna Wersja | 2.3 |
| Ostatnia Aktualizacja | 2020-08-24 |
| Data Publikacji | 2020-06-28 |
| Ocena | 3.67/5 Łącznie 3 Oceny |
| Deweloper | https://gabrielkrieshok.com |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | http://gabrielkrieshok.com |
| Adres URL Strony Pomocy | http://gabrielkrieshok.com |
| Obsługiwane Języki | 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"
]
} | |