New Tab - Fresh
Beautiful photos every time you open a new tab
Vad är New Tab - Fresh?
New Tab - Fresh är en Chrome-tillägg utvecklad av Bhavir Shah, och dess huvudfunktion är "Beautiful photos every time you open a new tab".
Tilläggsskärmbilder
Ladda ner New Tab - Fresh-förlängningens CRX-fil
Ladda ner New Tab - Fresh-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
Get inspired with beautiful photos and quotes. Grundläggande Information om Tillägg
| Namn | |
| ID | fdplkiclfakkcighicgedbafohgljebp |
| Officiell webbadress | https://chromewebstore.google.com/detail/new-tab-fresh/fdplkiclfakkcighicgedbafohgljebp |
| Beskrivning | Beautiful photos every time you open a new tab |
| Filstorlek | 984 KB |
| Antal Installationer | 13 |
| Aktuell Version | 3.0.0 |
| Senast Uppdaterad | 2022-05-24 |
| Publiceringsdatum | 2020-04-09 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | Bhavir Shah |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/shahbhavir |
| Hjälpsida URL | https://github.com/shahbhavir |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "New Tab - Fresh",
"version": "3.0.0",
"description": "Beautiful photos every time you open a new tab",
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"storage"
],
"icons": {
"192": "images\/android-chrome-192x192.png",
"384": "images\/android-chrome-384x384.png"
},
"homepage_url": "https:\/\/github.com\/shahbhavir",
"short_name": "New Tab"
} | |