Quotable
Displays random user-uploaded quotes on each blank 'new tab' HTML page.
Co to jest Quotable?
Quotable to rozszerzenie Chrome opracowane przez Quotable, a jego główną funkcją jest „Displays random user-uploaded quotes on each blank 'new tab' HTML page.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Quotable
Pobierz pliki rozszerzeń Quotable 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
Quotable transforms the blank page of a new Chrome tab into your personal message board. Each new tab will display a quote randomly selected from your collection. You can use Quotable to help you memorize information, view inspirational messages, or display your favorite quotes. Add new quotes one at a time or upload them in bulk. You can even download your quotes from Quotable to save or use elsewhere as your collection grows.
Podstawowe informacje o rozszerzeniu
Nazwa | Quotable |
ID | fljaohpdminegmhjohgejalhdkdcflhl |
Oficjalny URL | https://chromewebstore.google.com/detail/quotable/fljaohpdminegmhjohgejalhdkdcflhl |
Opis | Displays random user-uploaded quotes on each blank 'new tab' HTML page. |
Rozmiar pliku | 196 KB |
Liczba instalacji | 44 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2019-06-16 |
Data Publikacji | 2019-06-16 |
Ocena | 4.00/5 Łącznie 3 Oceny |
Deweloper | Quotable |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Pomocy | https://blueberriesafterdark.com/quotable-faq/ |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quotable", "description": "Displays random user-uploaded quotes on each blank 'new tab' HTML page.", "version": "1.3", "incognito": "split", "permissions": [ "storage", "unlimitedStorage" ], "chrome_url_overrides": { "newtab": "quotable.html" }, "manifest_version": 2 } |