New Tab Random Quote

Override the 'new tab' page to randomly shows 1 of 1,000 interesting/inspiring quotes, or update it with your own.

New Tab Random Quote란 무엇입니까?

New Tab Random Quote은(는) https://gabrielkrieshok.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Override the 'new tab' page to randomly shows 1 of 1,000 interesting/inspiring quotes, or update it with your own."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Lets you replace the default 'new tab' screen with a randomly-selected quotation / thought / reminder of your own. The settings page allows you to add/remove quotations, as well as well as importing/exporting in bulk.                    

확장 프로그램 기본 정보

이름 New Tab Random Quote New Tab Random Quote
ID ajdmjnkmegnofepbbkaaklfopjgdocfl
공식 URL https://chromewebstore.google.com/detail/new-tab-random-quote/ajdmjnkmegnofepbbkaaklfopjgdocfl
설명 Override the 'new tab' page to randomly shows 1 of 1,000 interesting/inspiring quotes, or update it with your own.
파일 크기 596 KB
설치 횟수 65
현재 버전 2.3
최근 업데이트 2020-08-24
출시 날짜 2020-06-28
평점 3.67/5 총 3 개의 평점
개발자 https://gabrielkrieshok.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://gabrielkrieshok.com
도움말 페이지 URL http://gabrielkrieshok.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Tab Random Quote",
    "version": "2.3",
    "description": "Override the 'new tab' page to randomly shows 1 of 1,000 interesting\/inspiring quotes, or update it with your own.",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "author": "Gabriel Krieshok",
    "chrome_url_overrides": {
        "newtab": "quote.html"
    },
    "options_page": "index.html",
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "quotelist.json"
    ]
}