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.
Hvad er New Tab Random Quote?
New Tab Random Quote er en Chrome-udvidelse udviklet af https://gabrielkrieshok.com, og dens hovedfunktion er "Override the 'new tab' page to randomly shows 1 of 1,000 interesting/inspiring quotes, or update it with your own.".
Udvidelsesskærmbilleder
Download New Tab Random Quote-udvidelses-CRX-fil
Download New Tab Random Quote-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ajdmjnkmegnofepbbkaaklfopjgdocfl |
| Officiel URL | https://chromewebstore.google.com/detail/new-tab-random-quote/ajdmjnkmegnofepbbkaaklfopjgdocfl |
| Beskrivelse | Override the 'new tab' page to randomly shows 1 of 1,000 interesting/inspiring quotes, or update it with your own. |
| Filstørrelse | 596 KB |
| Antal Installationer | 65 |
| Nuværende Version | 2.3 |
| Senest Opdateret | 2020-08-24 |
| Udgivelsesdato | 2020-06-28 |
| Bedømmelse | 3.67/5 Samlet 3 Bedømmelser |
| Udvikler | https://gabrielkrieshok.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | http://gabrielkrieshok.com |
| Hjælpeside-URL | http://gabrielkrieshok.com |
| Understøttede Sprog | 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"
]
} | |