Quotable
Displays random user-uploaded quotes on each blank 'new tab' HTML page.
Cos'è Quotable?
Quotable è un'estensione di Chrome sviluppata da Quotable, e la sua funzione principale è "Displays random user-uploaded quotes on each blank 'new tab' HTML page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Quotable
Scarica i file di estensione Quotable in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Quotable |
ID | fljaohpdminegmhjohgejalhdkdcflhl |
URL Ufficiale | https://chromewebstore.google.com/detail/quotable/fljaohpdminegmhjohgejalhdkdcflhl |
Descrizione | Displays random user-uploaded quotes on each blank 'new tab' HTML page. |
Dimensione del File | 196 KB |
Conteggio Installazioni | 44 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2019-06-16 |
Data di Pubblicazione | 2019-06-16 |
Valutazione | 4.00/5 Totale 3 Valutazioni |
Sviluppatore | Quotable |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://blueberriesafterdark.com/quotable-faq/ |
Lingue Supportate | 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 } |