Developer Start Page

Just what you need in your start & new tab pages.

What is Developer Start Page?

Developer Start Page is a Chrome extension developed by Unknown, and its main feature is "Just what you need in your start & new tab pages.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Developer Start Page Extension CRX File

Download Developer Start Page 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

                        A minimalist start page, especially customized and fit to the common developer and software oriented user.                    

Extension Basic Information

Name Developer Start Page Developer Start Page
ID cbdblkbjefiagaahpgiogekogifmkgmp
Official URL https://chromewebstore.google.com/detail/developer-start-page/cbdblkbjefiagaahpgiogekogifmkgmp
Description Just what you need in your start & new tab pages.
File Size 936 KB
Installation Count 21
Current Version 0.2
Last Updated 2019-05-04
Publish Date 2019-05-04
Developer Unknown
Payment Type free
Extension Website https://github.com/argamanza/dev-start-chrome-extension
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Developer Start Page",
    "description": "Just what you need in your start & new tab pages.",
    "version": "0.2",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/duckduckgo.com; object-src 'self'",
    "icons": {
        "16": "assets\/extension_icons\/16.png",
        "48": "assets\/extension_icons\/48.png",
        "128": "assets\/extension_icons\/128.png",
        "256": "assets\/extension_icons\/256.png"
    }
}