Paris Wallpaper
Paris photos in each new tab: if you can't travel to the city of love right now, let it come to your browser.
Vad är Paris Wallpaper?
Paris Wallpaper är en Chrome-tillägg utvecklad av https://openaddons.com, och dess huvudfunktion är "Paris photos in each new tab: if you can't travel to the city of love right now, let it come to your browser.".
Tilläggsskärmbilder
Ladda ner Paris Wallpaper-förlängningens CRX-fil
Ladda ner Paris Wallpaper-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
Replace Chrome New Tab page with beautiful Paris wallpaper! Get in travel mode with this virtual trip to the city of love and art right now.
FEATURES:
- over 100 high-resolution photos
- Random image on each new tab
- Small top- menu with "Most Visited", "Bookmarks" and "History" shortcuts
- Customizable navigation menu (you choose what to show/hide in the menu)
Visit our home page for more HD wallpapers and "New Tab" replacements themes:
https://openaddons.com/ Grundläggande Information om Tillägg
| Namn | |
| ID | ipeedobjpnifnedmipdjkhddenoghcgm |
| Officiell webbadress | https://chromewebstore.google.com/detail/paris-wallpaper/ipeedobjpnifnedmipdjkhddenoghcgm |
| Beskrivning | Paris photos in each new tab: if you can't travel to the city of love right now, let it come to your browser. |
| Filstorlek | 42.42 MB |
| Antal Installationer | 1,111 |
| Aktuell Version | 1.2.0.0 |
| Senast Uppdaterad | 2022-01-03 |
| Publiceringsdatum | 2018-03-22 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | https://openaddons.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://openaddons.com/paris-new-tab-wallpaper/ |
| URL till Sekretesspolicy Sidan | https://openaddons.com/privacy |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"default_locale": "en",
"name": "__MSG_name__",
"description": "__MSG_description__",
"version": "1.2.0.0",
"manifest_version": 2,
"homepage_url": "https:\/\/openaddons.com\/paris-new-tab-wallpaper\/",
"icons": {
"16": "24.png",
"48": "48.png",
"128": "128.png"
},
"permissions": [
"topSites"
],
"chrome_url_overrides": {
"newtab": "new-tab.html"
},
"offline_enabled": true,
"browser_action": {
"default_icon": "24.png",
"default_title": "New Tab"
},
"incognito": "split",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"options_page": "settings.html"
} | |