Miami Wallpaper
Miami Wallpaper for Chrome New Tab: A Visual Exploration of Miami's Architecture and Landscape
Miami Wallpaperคืออะไร?
Miami Wallpaper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://openaddons.com และคุณลักษณะหลักของมันคือ "Miami Wallpaper for Chrome New Tab: A Visual Exploration of Miami's Architecture and Landscape"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Miami Wallpaper
ดาวน์โหลดไฟล์ส่วนขยาย Miami Wallpaper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Miami Wallpaper is a chrome extension that allows you to customize your new browser tab with an array of Miami-inspired imagery. The extension includes images of popular sites in Miami such as the Miami Beach, the Vizcaya Museum and Gardens, and more.
**** Over 50 Picturesque Scenes from the City of the Angels ****
Miami is a city with a rich cultural heritage and colorful architecture. For those who are passionate about architecture, you can use this extension as a way of viewing Miami's beauty.
The extension has a bunch of hand-picked beautiful photos that represent different aspects of Miami. All you have to do is open up the browser and click the “New Tab” button, and you’ll see a new perspective of this beautiful city.
**** Features ****
50 and-picked pictures
Random image on every new tab you open
Works offline (images are downloaded and stored on your device)
Selection of HD, high-resolution pictures.
This is a small extension that doesn't take up too much memory or processor time.
**** Settings ****
You can select which shortcuts to show/hide on the front page
**** More Info & Support: ****
https://openaddons.com/ ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | oabokmkbbdppkbmekedkeafogfanmcil |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/miami-wallpaper/oabokmkbbdppkbmekedkeafogfanmcil |
| คำอธิบาย | Miami Wallpaper for Chrome New Tab: A Visual Exploration of Miami's Architecture and Landscape |
| ขนาดไฟล์ | 233 MB |
| จำนวนการติดตั้ง | 53 |
| เวอร์ชันปัจจุบัน | 1.0.0.1 |
| อัปเดตครั้งล่าสุด | 2022-06-14 |
| วันที่เผยแพร่ | 2022-01-05 |
| ผู้พัฒนา | https://openaddons.com |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://openaddons.com/the-best-miami-wallpaper-for-chrome/ |
| URL หน้าช่วยเหลือ | https://openaddons.com/the-best-miami-wallpaper-for-chrome/ |
| URL หน้านโยบายความเป็นส่วนตัว | https://openaddons.com/privacy |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"default_locale": "en",
"name": "__MSG_name__",
"description": "__MSG_description__",
"version": "1.0.0.1",
"manifest_version": 3,
"homepage_url": "https:\/\/openaddons.com\/",
"icons": {
"16": "24.png",
"48": "48.png",
"128": "128.png"
},
"permissions": [
"topSites"
],
"chrome_url_overrides": {
"newtab": "new-tab.html"
},
"offline_enabled": true,
"action": {
"default_icon": "24.png",
"default_title": "New Tab"
},
"incognito": "split",
"background": {
"service_worker": "background.js"
},
"options_page": "settings.html"
} | |