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.
Cos'è New Tab Random Quote?
New Tab Random Quote è un'estensione di Chrome sviluppata da https://gabrielkrieshok.com, e la sua funzione principale è "Override the 'new tab' page to randomly shows 1 of 1,000 interesting/inspiring quotes, or update it with your own.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione New Tab Random Quote
Scarica i file di estensione New Tab Random Quote 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
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | ajdmjnkmegnofepbbkaaklfopjgdocfl |
| URL Ufficiale | https://chromewebstore.google.com/detail/new-tab-random-quote/ajdmjnkmegnofepbbkaaklfopjgdocfl |
| Descrizione | Override the 'new tab' page to randomly shows 1 of 1,000 interesting/inspiring quotes, or update it with your own. |
| Dimensione del File | 596 KB |
| Conteggio Installazioni | 65 |
| Versione Corrente | 2.3 |
| Ultimo Aggiornamento | 2020-08-24 |
| Data di Pubblicazione | 2020-06-28 |
| Valutazione | 3.67/5 Totale 3 Valutazioni |
| Sviluppatore | https://gabrielkrieshok.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://gabrielkrieshok.com |
| URL della Pagina di Aiuto | http://gabrielkrieshok.com |
| Lingue Supportate | 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"
]
} | |