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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "New motivational quote in every new tab. Or set your own quote"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

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

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