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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Daily Quote Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}