Headway

Simple, fast & minimal todo app to replace your 'New tab' page.

Headway क्या है?

Headway michael द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple, fast & minimal todo app to replace your 'New tab' page."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        🔗 Demo here: https://headway-demo.netlify.app/

-----------------------------------------------

Replace your New Tab page with a simple, effective todo list.

 💨 Small and lightweight
 🖼 Choose from a wide selection of galleries
 🔄 Automatically syncs your tasks between devices
 🔊 Pleasing sound effects to make checking off your tasks that bit more satisfying

-----------------------------------------------

Headway is a simple, fast & minimal todo app to replace your 'New Tab' page. Keep track of your tasks and increase your productivity.

-----------------------------------------------

Data & Privacy

There are no 3rd party analytics or tracking embedded in this extension and no Google Analytics. The only data available to me is the publicly available information on this page: the number of downloads and the listed reviews. Your tasks are never read or accessed.

-----------------------------------------------

Made by Michael McKeever.                    

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

नाम Headway Headway
ID nnmkipmghijjolehhibjjmmlpdgnkpgi
आधिकारिक URL https://chromewebstore.google.com/detail/headway/nnmkipmghijjolehhibjjmmlpdgnkpgi
विवरण Simple, fast & minimal todo app to replace your 'New tab' page.
फ़ाइल का आकार 1.66 MB
स्थापना संख्या 452
वर्तमान संस्करण 1.2.4
अंतिम अपडेट 2022-02-13
प्रकाशन तिथि 2021-01-26
रेटिंग 4.96/5 कुल 24 रेटिंग्स
डेवलपर michael
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://mckvr.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Headway",
    "description": "Simple, fast & minimal todo app to replace your 'New tab' page.",
    "version": "1.2.4",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": ".\/images\/icon16.png",
        "48": ".\/images\/icon48.png",
        "128": ".\/images\/icon128.png"
    },
    "browser_action": {
        "default_icon": ".\/images\/icon128.png"
    },
    "permissions": [
        "storage"
    ]
}