Elegant Startage | New Tab

An elegant and powerful startpage.

Elegant Startage | New Tab क्या है?

Elegant Startage | New Tab thomaidistheo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An elegant and powerful startpage."।

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

screenshot
screenshot

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

crx प्रारूप में Elegant Startage | New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        An elegant and powerful startpage.

A New Tab replacement with elegant design and powerful tools to boost your productivity.

First things first, yes there is a dark mode option. 

List of tools: 
- Create custom bookmarks for your favorite websites
- Add tasks to an organized ToDo List
- Take notes and add them to a Notes List 
- Google search box
- Light / Dark theme

All that in 1 page, accessible in your New Tab. The perfect tool for productivity.                    

एक्सटेंशन की मूल जानकारी

नाम Elegant Startage | New Tab Elegant Startage | New Tab
ID odgeaoeiadnifppkijkaiiafbcendbhd
आधिकारिक URL https://chromewebstore.google.com/detail/elegant-startage-new-tab/odgeaoeiadnifppkijkaiiafbcendbhd
विवरण An elegant and powerful startpage.
फ़ाइल का आकार 1.04 MB
स्थापना संख्या 90
वर्तमान संस्करण 1.6.3
अंतिम अपडेट 2021-02-04
प्रकाशन तिथि 2021-02-03
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर thomaidistheo
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Elegant Startage | New Tab",
    "description": "An elegant and powerful startpage.",
    "version": "1.6.3",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_icon": "\/assets\/96x96_icon.png"
    },
    "permission": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "script.js"
        ],
        "persistent": false
    }
}