Quote of the Day
Shows you an inspiring quote on the new tab page
Vad är Quote of the Day?
Quote of the Day är en Chrome-tillägg utvecklad av admin, och dess huvudfunktion är "Shows you an inspiring quote on the new tab page".
Tilläggsskärmbilder
Ladda ner Quote of the Day-förlängningens CRX-fil
Ladda ner Quote of the Day-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
Quote of the day is a way to enjoy each day
A way to get words from wise man and woman
Short poetry phrases
Small facts of life
And a spark of inspiration
terms: https://www.browsytool.com/terms
privacy policy: https://www.browsytool.com/privacy-policy
about: https://www.browsytool.com/about-our-company
contact us: https://www.browsytool.com/contact-info
Once the extension is downloaded, the
extension will provide a custom search bar with results by Microsoft Bing. Grundläggande Information om Tillägg
| Namn | |
| ID | eegjpgefejkgoepcknnjjmjhiacmgila |
| Officiell webbadress | https://chromewebstore.google.com/detail/quote-of-the-day/eegjpgefejkgoepcknnjjmjhiacmgila |
| Beskrivning | Shows you an inspiring quote on the new tab page |
| Filstorlek | 207 KB |
| Antal Installationer | 11,403 |
| Aktuell Version | 1.0.2 |
| Senast Uppdaterad | 2023-08-08 |
| Publiceringsdatum | 2022-01-11 |
| Betyg | 4.50/5 Totalt 2 Betyg |
| Utvecklare | admin |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Quote of the Day",
"description": "Shows you an inspiring quote on the new tab page",
"version": "1.0.2",
"chrome_url_overrides": {
"newtab": "src\/tab.html"
},
"action": {
"default_icon": "src\/ico\/48p.png"
},
"icons": {
"16": "src\/ico\/16p.png",
"48": "src\/ico\/48p.png",
"128": "src\/ico\/128p.png"
}
} | |