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.
Wat is New Tab Random Quote?
New Tab Random Quote is een Chrome-extensie ontwikkeld door https://gabrielkrieshok.com, en de belangrijkste functie is "Override the 'new tab' page to randomly shows 1 of 1,000 interesting/inspiring quotes, or update it with your own.".
Extensie Screenshots
Download het CRX-bestand van de extensie New Tab Random Quote
Download New Tab Random Quote-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | ajdmjnkmegnofepbbkaaklfopjgdocfl |
| Officiële URL | https://chromewebstore.google.com/detail/new-tab-random-quote/ajdmjnkmegnofepbbkaaklfopjgdocfl |
| Beschrijving | Override the 'new tab' page to randomly shows 1 of 1,000 interesting/inspiring quotes, or update it with your own. |
| Bestandsgrootte | 596 KB |
| Aantal Installaties | 65 |
| Huidige Versie | 2.3 |
| Laatst Bijgewerkt | 2020-08-24 |
| Publicatiedatum | 2020-06-28 |
| Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | https://gabrielkrieshok.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://gabrielkrieshok.com |
| Help Pagina-URL | http://gabrielkrieshok.com |
| Ondersteunde Talen | 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"
]
} | |