New Tab Custom Quote

New motivational quote in every new tab. Or set your own quote

New Tab Custom Quote란 무엇입니까?

New Tab Custom Quote은(는) Cheenu Khurana에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "New motivational quote in every new tab. Or set your own quote"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

New Tab Custom Quote 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        On opening a new tab, a random motivational quote will be shown. You can customise to show your own quote or ToDo task. 


- Simple, Minimalistic design

- Completely free, without ads

- Works offline

- No account required


Want to suggest a quote or have feedback? Simply tweet @cheenukhurana                    

확장 프로그램 기본 정보

이름 New Tab Custom Quote New Tab Custom Quote
ID jlnllcngghpmhmcpfibhhccefpefmknb
공식 URL https://chromewebstore.google.com/detail/new-tab-custom-quote/jlnllcngghpmhmcpfibhhccefpefmknb
설명 New motivational quote in every new tab. Or set your own quote
파일 크기 18.86 KB
설치 횟수 54
현재 버전 1.0
최근 업데이트 2020-07-04
출시 날짜 2020-07-03
평점 4.50/5 총 2 개의 평점
개발자 Cheenu Khurana
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab Custom Quote",
    "description": "New motivational quote in every new tab. Or set your own quote",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/quote_16.png",
            "32": "images\/quote_32.png",
            "48": "images\/quote_48.png",
            "128": "images\/quote_128.png"
        }
    },
    "icons": {
        "16": "images\/quote_16.png",
        "32": "images\/quote_32.png",
        "48": "images\/quote_48.png",
        "128": "images\/quote_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "quote.html"
    },
    "permissions": [
        "storage"
    ]
}