Quotes New Tab

A new motivational quote in every new tab.

Quotes New Tab क्या है?

Quotes New Tab Emil Carlsson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A new motivational quote in every new tab."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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