Miami Wallpaper

Miami Wallpaper for Chrome New Tab: A Visual Exploration of Miami's Architecture and Landscape

Miami Wallpaper란 무엇입니까?

Miami Wallpaper은(는) https://openaddons.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Miami Wallpaper for Chrome New Tab: A Visual Exploration of Miami's Architecture and Landscape"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Miami Wallpaper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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/                    

확장 프로그램 기본 정보

이름 Miami Wallpaper Miami Wallpaper
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"
}