Quotes New Tab

A new motivational quote in every new tab.

Quotes New Tab란 무엇입니까?

Quotes New Tab은(는) Emil Carlsson에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A new motivational quote in every new tab."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Replace your new tab with a minimalistic homepage featuring a random motivational quote to keep you motivated and inspired every day.

✓ Completely free with no ads.
✓ No account required – stay anonymous.
✓ Customizable clean layout with the ability to change colors, fonts and toggle background image.
✓ Available in offline.

Got suggestions, bug reports or general feedback? Email me!
[email protected]



Change log:

v. 2.1.0 (2020-06-04)
- Removed 'management' permission from manifest.

v. 2.0.0 (2019-09-05)
- Switched to new API service.

v. 1.11 (2018-05-02):
- Fixed bug where auto-refresh feature was automatically enabled for all users.

v. 1.1 (2018-05-02):
- Added an auto-refresh feature that will load a new quote every 15 seconds.
- Added a dark gray color.

v. 1.0 (2018-03-22):
- Rewritten from the ground up.
- Updated user interface.
- Added customization.
- Moved quotes and images to external source with API connectability, decreasing size and improving scalability.
- Added Twitter and Facebook share buttons.
- Added more quotes and authors.
- Replaced low-res images with high-res where possible.                    

확장 프로그램 기본 정보

이름 Quotes New Tab Quotes New Tab
ID fnhpicigolcacikdjdocmkfnplmefadg
공식 URL https://chromewebstore.google.com/detail/quotes-new-tab/fnhpicigolcacikdjdocmkfnplmefadg
설명 A new motivational quote in every new tab.
파일 크기 404 KB
설치 횟수 7,520
현재 버전 2.1.0
최근 업데이트 2020-06-05
출시 날짜 2020-06-05
평점 4.13/5 총 68 개의 평점
개발자 Emil Carlsson
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://quotesnewtab.com/
도움말 페이지 URL https://quotesnewtab.com/support
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quotes New Tab",
    "author": "Emil Carlsson",
    "description": "A new motivational quote in every new tab.",
    "version": "2.1.0",
    "manifest_version": 2,
    "permissions": [
        "topSites"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "offline_enabled": true
}