DevTodo

To-do list for Chrome DevTools.

What is DevTodo?

DevTodo is a Chrome extension developed by dutiyesh, and its main feature is "To-do list for Chrome DevTools.".

Extension Screenshots

screenshot
screenshot

Download DevTodo Extension CRX File

Download DevTodo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Key features:
+ Automatic syncing to any logged in Chrome browser
+ Light and Dark Theme

Instructions to access the extension:
1. Open the browser’s Developer Tools // Shortcut: Ctrl + Shift + I
2. Navigate to 'DevTodo' tab
3. Start adding your tasks                    

Extension Basic Information

Name DevTodo DevTodo
ID oilcmhidpnogbcpnlbngnelnlngddhfg
Official URL https://chromewebstore.google.com/detail/devtodo/oilcmhidpnogbcpnlbngnelnlngddhfg
Description To-do list for Chrome DevTools.
File Size 64.35 KB
Installation Count 149
Current Version 0.2.0
Last Updated 2022-11-29
Publish Date 2018-11-20
Rating 4.00/5 Total 4 Ratings
Developer dutiyesh
Email [email protected]
Payment Type free
Extension Website https://github.com/dutiyesh/devtodo
Privacy Policy Page URL https://github.com/dutiyesh/extensions/blob/master/doc/off-the-record-history/PRIVACY.md
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DevTodo",
    "version": "0.2.0",
    "description": "To-do list for Chrome DevTools.",
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "32": "assets\/icons\/icon32.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "action": {
        "default_title": "DevTodo",
        "default_popup": "popup.html"
    },
    "devtools_page": "devtools.html",
    "permissions": [
        "storage"
    ]
}