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.
Vad är New Tab Random Quote?
New Tab Random Quote är en Chrome-tillägg utvecklad av https://gabrielkrieshok.com, och dess huvudfunktion är "Override the 'new tab' page to randomly shows 1 of 1,000 interesting/inspiring quotes, or update it with your own.".
Tilläggsskärmbilder
Ladda ner New Tab Random Quote-förlängningens CRX-fil
Ladda ner New Tab Random Quote-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | ajdmjnkmegnofepbbkaaklfopjgdocfl |
| Officiell webbadress | https://chromewebstore.google.com/detail/new-tab-random-quote/ajdmjnkmegnofepbbkaaklfopjgdocfl |
| Beskrivning | Override the 'new tab' page to randomly shows 1 of 1,000 interesting/inspiring quotes, or update it with your own. |
| Filstorlek | 596 KB |
| Antal Installationer | 65 |
| Aktuell Version | 2.3 |
| Senast Uppdaterad | 2020-08-24 |
| Publiceringsdatum | 2020-06-28 |
| Betyg | 3.67/5 Totalt 3 Betyg |
| Utvecklare | https://gabrielkrieshok.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://gabrielkrieshok.com |
| Hjälpsida URL | http://gabrielkrieshok.com |
| Stödda Språk | 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"
]
} | |