Aloha!

This helps you set a custom background in your new tab page

Aloha!란 무엇입니까?

Aloha!은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This helps you set a custom background in your new tab page"입니다.

확장 프로그램 스크린샷

screenshot

Aloha! 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Simply drag and drop the image you want as your wallpaper, and voila, it is the wallpaper on your new tab page. Or, choose 'Set Background' from the settings button from the bottom left, and get a mini editor to rotate or resize your image. You can even add your name using the same settings button.

Go to https://github.com/thepulkitagarwal/aloha for more.                    

확장 프로그램 기본 정보

이름 Aloha! Aloha!
ID cindhabgfhamcohaidflbcpniigmmamf
공식 URL https://chromewebstore.google.com/detail/aloha/cindhabgfhamcohaidflbcpniigmmamf
설명 This helps you set a custom background in your new tab page
파일 크기 1.91 MB
설치 횟수 205
현재 버전 0.1.2
최근 업데이트 2017-02-12
출시 날짜 2017-02-12
평점 4.92/5 총 13 개의 평점
개발자 Unknown
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/thepulkitagarwal/aloha
도움말 페이지 URL https://github.com/thepulkitagarwal/aloha
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Aloha!",
    "short_name": "Aloha",
    "version": "0.1.2",
    "description": "This helps you set a custom background in your new tab page",
    "icons": {
        "48": "res\/icon48.png",
        "72": "res\/icon72.png",
        "96": "res\/icon96.png",
        "128": "res\/icon128.png",
        "144": "res\/icon144.png",
        "192": "res\/icon192.png",
        "512": "res\/icon512.png"
    },
    "offline_enabled": true,
    "background": {
        "persistent": false,
        "scripts": [
            "src\/eventpage.js"
        ]
    },
    "browser_action": {
        "default_title": "Aloha!"
    },
    "chrome_url_overrides": {
        "newtab": "src\/dashboard.html"
    },
    "permissions": [
        "unlimitedStorage",
        "https:\/\/www.goodreads.com\/quotes_of_the_day\/rss"
    ]
}