Daily Quote Tab

New tab page that gives you just what you need that day — laughter, encouragement, inspiration, or a moment to breathe.

Daily Quote Tab란 무엇입니까?

Daily Quote Tab은(는) https://honeybook.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "New tab page that gives you just what you need that day — laughter, encouragement, inspiration, or a moment to breathe."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Built especially for small business owners, freelancers, entrepreneurs, The Daily Quote brings you all-too-relatable quotes and lets you focus on creating the life, career, business, and relationships you want. Listen to our weekly curated podcasts to get actionable business and life tips for small business owners.

Look forward to each new day and each new tab.

• New inspirational quote each day
• Weekly suggested podcast 
• Fresh design on each tab
• Your name for a personal experience
• Custom greeting for each time of day  
• Share with friends
• Feel good and get things done!                    

확장 프로그램 기본 정보

이름 Daily Quote Tab Daily Quote Tab
ID gbfojppgnjfmoemnjfjineipciehlbdi
공식 URL https://chromewebstore.google.com/detail/daily-quote-tab/gbfojppgnjfmoemnjfjineipciehlbdi
설명 New tab page that gives you just what you need that day — laughter, encouragement, inspiration, or a moment to breathe.
파일 크기 99.96 KB
설치 횟수 107
현재 버전 0.0.0.4
최근 업데이트 2018-11-06
출시 날짜 2018-11-05
평점 4.43/5 총 7 개의 평점
개발자 https://honeybook.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.honeybook.com/terms/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Daily Quote Tab",
    "version": "0.0.0.4",
    "description": "New tab page that gives you just what you need that day \u2014  laughter, encouragement, inspiration, or a moment to breathe.",
    "background": {
        "scripts": [
            "thirdParty\/jquery-3.3.1.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "permissions": [
        "https:\/\/*.honeybook.com\/*",
        "activeTab",
        "storage",
        "identity",
        "identity.email",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "http:\/\/hb-public.s3.amazonaws.com\/*",
        "https:\/\/s3.amazonaws.com\/hb-chrome-extension\/*"
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/hblogo16.png",
            "32": "images\/hblogo32.png",
            "48": "images\/hblogo48.png",
            "128": "images\/hblogo128.png"
        }
    },
    "icons": {
        "16": "images\/hblogo16.png",
        "32": "images\/hblogo32.png",
        "48": "images\/hblogo48.png",
        "128": "images\/hblogo128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2
}